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-features-abi - Extract, validate and manipulate AppArmor feature abis

Bugs

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

Description

aa-features-abi is used to extract a features abi and output to either stdout or a specified file. A
       SOURCE_OPTION must be specified.  If an output option is not specified the features abi is written to
       stdout.

Name

       aa-features-abi - Extract, validate and manipulate AppArmor feature abis

Options

aa-features-abi accepts the following arguments:

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

       -d, --debug
           show messages with debugging information

       -v, --verbose
           show messages with stats

Output Options

       --stdout
           Write the features abi to stdout, this is the default if no output option is specified.

       -w FILE, --write FILE
           Write the features abi to FILE.

See Also

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

AppArmor 4.1.0~beta5                               2025-04-10                                 AA-FEATURES-ABI(1)

Source

       -x, --extract
           Extract the features abi for the kernel

       -f FILE, --file=FILE
           Load the features abi from FILE and send it to OUTPUT OPTIONS.

Synopsis

aa-features-abi [OPTIONS] <SOURCE> [OUTPUT OPTIONS]

See Also