On Mon, Jul 31, 2017 at 09:25:09AM -0500, Jamie Strandboge wrote:
> Perl 5.26.0's podchecker doesn't like aa-status.pod's use of '=item 0'. The
> fix
> is easy, just make these numbers bold ('=item B<0>') which is prettier and
> consistent with other man pages.
> Acked-by: Seth Arnold <[email protected]> Thanks > Author: Jamie Strandboge <[email protected]> > Description: update aa-status.pod for updated podchecker > Bug-Ubuntu: https://launchpad.net/bugs/1707614 > Forwarded: yes > Index: apparmor-2.11.0/utils/aa-status.pod > =================================================================== > --- apparmor-2.11.0.orig/utils/aa-status.pod > +++ apparmor-2.11.0/utils/aa-status.pod > @@ -102,23 +102,23 @@ following values: > > =over 4 > > -=item 0 > +=item B<0> > > if apparmor is enabled and policy is loaded. > > -=item 1 > +=item B<1> > > if apparmor is not enabled/loaded. > > -=item 2 > +=item B<2> > > if apparmor is enabled but no policy is loaded. > > -=item 3 > +=item B<3> > > if the apparmor control files aren't available under /sys/kernel/security/. > > -=item 4 > +=item B<4> > > if the user running the script doesn't have enough privileges to read > the apparmor control files. > -- > AppArmor mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/apparmor
signature.asc
Description: PGP signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
