[apparmor] [PATCH 1/5] Minor updates to the manpages for aa_change_hat and aa_change_profile

John Johansen john.johansen at canonical.com
Thu Jul 21 18:16:34 UTC 2011


Signed-off-by: John Johansen <john.johansen at canonical.com>
---
 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 7e7ff69..cf61e87 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 E<lt>sys/apparmor.hE<gt>>
 
 B<int aa_change_hat (char *subprofile, unsigned long magic_token);>
+
 B<int aa_change_hatv (char *subprofiles[], unsigned long magic_token);>
+
 B<int aa_change_hat_vargs (unsigned long magic_token, ...);>
 
 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 5731b2c..5bd03f6 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 E<lt>sys/apparmor.hE<gt>>
 
 B<int aa_change_profile(const char *profile);>
 
+B<int aa_change_onexec(const char *profile);>
+
 Link with B<-lapparmor> when compiling.
 
 =head1 DESCRIPTION
-- 
1.7.5.4




More information about the AppArmor mailing list