logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

aa-load - load precompiled AppArmor policy from cache location(s)

Bugs

       If you find any bugs, please report them at <https://gitlab.com/apparmor/apparmor/-/issues>.

Description

aa-load loads precompiled AppArmor policy from the specified locations.

Exit Status

       Upon exiting, aa-load returns 0 upon success and 1 upon an error loading the precompiled policy.

Name

       aa-load - load precompiled AppArmor policy from cache location(s)

Options

aa-load accepts the following arguments:

       -f, --force
           Force aa-load to load a policy even if its abi does not match the kernel abi.

       -d, --debug
           Display debug messages.

       -v, --verbose
           Display progress and error messages.

       -n, --dry-run
           Do not actually load the specified policy/policies into the kernel.

       -h, --help
           Display a brief usage guide.

See Also

apparmor(7), apparmor.d(5), apparmor_parser(8), and <https://wiki.apparmor.net>.

AppArmor 4.1.0~beta5                               2025-04-10                                         AA-LOAD(8)

Synopsis

aa-load [options] (cache file|cache dir|cache base dir)+

See Also