utils.unix.audit_helper module

class utils.unix.audit_helper.AuditHelper

Bases: object

audit_configuration_check(command_output, setting_name, correct_setting)
audit_execution_check(command_output, stig_audits, exec_command, text_output)
syscall_audit_check(command_output, stig_audits, sys_call, text_output='system call')
utils.unix.audit_helper.audit_string_search(sysCall, search_str, target_str_list)