From a43931e987c2c3249cda9d22c40b5f323f07445c Mon Sep 17 00:00:00 2001 From: John Johansen Date: Fri, 22 Jul 2011 05:20:06 -0700 Subject: [PATCH] Update the man page for change_hat/change_profile Signed-off-by: John Johansen Acked-by: Kees Cook --- libraries/libapparmor/doc/aa_change_hat.pod | 2 ++ libraries/libapparmor/doc/aa_change_profile.pod | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libraries/libapparmor/doc/aa_change_hat.pod b/libraries/libapparmor/doc/aa_change_hat.pod index 7e7ff690a..cf61e8795 100644 --- a/libraries/libapparmor/doc/aa_change_hat.pod +++ b/libraries/libapparmor/doc/aa_change_hat.pod @@ -29,7 +29,9 @@ aa_change_hat - change to or from a "hat" within a AppArmor profile B<#include Esys/apparmor.hE> B + B + B Link with B<-lapparmor> when compiling. diff --git a/libraries/libapparmor/doc/aa_change_profile.pod b/libraries/libapparmor/doc/aa_change_profile.pod index 5731b2c1b..5bd03f615 100644 --- a/libraries/libapparmor/doc/aa_change_profile.pod +++ b/libraries/libapparmor/doc/aa_change_profile.pod @@ -22,14 +22,16 @@ =head1 NAME -aa_change_profile - change to another profile within an AppArmor profile -aa_change_onexec - change to another profile at the next exec +aa_change_profile, aa_change_onexec - change a tasks profile + =head1 SYNOPSIS B<#include Esys/apparmor.hE> B +B + Link with B<-lapparmor> when compiling. =head1 DESCRIPTION