1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 13:35:25 +02:00
tldr/pages/linux/aa-mergeprof.md
Prithviraj03 529b37fbb1
aa-*, apparmor_parser: add page (#16844)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
2025-06-14 20:24:48 +03:00

464 B

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]}}