aa-audit (8)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
aa-audit - set an AppArmor security profile to audit mode.SYNOPSIS
aa-audit <executable> [<executable> ...] [-d /path/to/profiles] [-r]OPTIONS
-d --dir /path/to/profiles
Specifies where to look for the AppArmor security profile set. Defaults to /etc/apparmor.d.
-r --remove
Removes the audit mode for the profile.
DESCRIPTION
aa-audit is used to set one or more profiles to audit mode. In this mode security policy is enforced and all access (successes and failures) are logged to the system log.The --remove option can be used to remove the audit mode for the profile.