2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 10:07:12 +00:00

binutils: update aa-enabled.pod to unify exit status styles

Make the possible exit status values bold to match the style used in
aa-status.pod as of r3680.

Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Acked-By: Jamie Strandboge <jamie@canonical.com>
This commit is contained in:
Tyler Hicks 2017-07-31 17:44:07 +00:00
parent 3927a5a54a
commit ad4ac5780f

View File

@ -56,27 +56,27 @@ Upon exiting, B<aa-enabled> will set its exit status to the following values:
=over 4
=item 0:
=item B<0>
if AppArmor is enabled.
=item 1:
=item B<1>
if AppArmor is not enabled/loaded.
=item 2:
=item B<2>
intentionally not used as an B<aa-enabled> exit status.
=item 3:
=item B<3>
if the AppArmor control files aren't available under /sys/kernel/security/.
=item 4:
=item B<4>
if B<aa-enabled> doesn't have enough privileges to read the apparmor control files.
=item 64:
=item B<64>
if any unexpected error or condition is encountered.