HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

aa-logprof — Interactively update AppArmor security profiles based on logged violations. More information: <https

Submitted by: @import:tldr-pages··
0
Viewed 0 times
profilescommandapparmorinteractivelysecurityupdatecliaa-logprof
linux

Problem

How to use the aa-logprof command: Interactively update AppArmor security profiles based on logged violations. More information: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-logprof.8>.

Solution

aa-logprof — Interactively update AppArmor security profiles based on logged violations. More information: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-logprof.8>.

Interactively review and update profiles based on system logs:
sudo aa-logprof


Use a specific directory for AppArmor profiles:
sudo aa-logprof {{[-d|--dir]}} /{{path/to/profiles}}


Use a specific log file instead of the default:
sudo aa-logprof {{[-f|--file]}} /{{path/to/logfile}}


Ignore all log entries before the specified mark:
sudo aa-logprof {{[-m|--logmark]}} "{{log_marker_text}}"


Display help:
aa-logprof {{[-h|--help]}}

Code Snippets

Interactively review and update profiles based on system logs

sudo aa-logprof

Use a specific directory for AppArmor profiles

sudo aa-logprof {{[-d|--dir]}} /{{path/to/profiles}}

Use a specific log file instead of the default

sudo aa-logprof {{[-f|--file]}} /{{path/to/logfile}}

Ignore all log entries before the specified mark

sudo aa-logprof {{[-m|--logmark]}} "{{log_marker_text}}"

Display help

aa-logprof {{[-h|--help]}}

Context

tldr-pages: linux/aa-logprof

Revisions (0)

No revisions yet.