snippetbashTip
aa-mergeprof — Merge AppArmor security profile files into the profile directory. More information: <https://gitlab.
Viewed 0 times
commandapparmorsecurityfilescliprofileaa-mergeprofmerge
linux
Problem
How to use the
aa-mergeprof command: Merge AppArmor security profile files into the profile directory. More information: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-mergeprof.8>.Solution
aa-mergeprof — Merge AppArmor security profile files into the profile directory. More information: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-mergeprof.8>.Merge one or more profile files into the default profile directory:
sudo aa-mergeprof {{file1 file2 ...}}Merge profile files into a specific directory:
sudo aa-mergeprof {{[-d|--dir]}} /{{path/to/profiles}} {{file1 file2 ...}}Display help:
aa-mergeprof {{[-h|--help]}}Code Snippets
Merge one or more profile files into the default profile directory
sudo aa-mergeprof {{file1 file2 ...}}Merge profile files into a specific directory
sudo aa-mergeprof {{[-d|--dir]}} /{{path/to/profiles}} {{file1 file2 ...}}Display help
aa-mergeprof {{[-h|--help]}}Context
tldr-pages: linux/aa-mergeprof
Revisions (0)
No revisions yet.