[apparmor] [PATCH v2 12/14] libapparmor: Create a man page for aa_features
John Johansen
john.johansen at canonical.com
Fri Jun 5 09:28:45 UTC 2015
On 04/02/2015 08:17 AM, Tyler Hicks wrote:
> Create a section 3 man page for the aa_features family of functions.
> Additionally, update the in-code descriptions to match the descriptions
> in the man page.
>
> Signed-off-by: Tyler Hicks <tyhicks at canonical.com>
with the couple minor changes below
Acked-by: John Johansen <john.johanse at canonical.com>
> ---
<< snip >>
>
> +%.3: %.pod
> + $(PODCHECKER) -warnings -warnings $<
> + $(POD2MAN) \
> + --section=3 \
> + --release="AppArmor $(VERSION)" \
> + --center="AppArmor" \
> + --stderr \
> + $< > $@
> +
err perhaps this is an artifact of patch shuffling but this re adds the %.3 section so the
Makefile.am now has 2 of them
<< snip >>
> +=head1 DESCRIPTION
> +
> +The I<aa_features> object contains information about the AppArmor features
> +supported by a kernel. The feature support information is based upon the files
> +AppArmor represents in securityfs, which is typically found at
> +/sys/kernel/security/apparmor/features/. That information may be parsed and
> +turned into a string or flat file in order to represent a set of features of
> +kernel that is not currently running.
> +
of a kernel
^
More information about the AppArmor
mailing list