~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to libraries/libapparmor/doc/aa_change_profile.pod

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-08-10 18:12:34 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20110810181234-b6obckg60cp99crg
Tags: upstream-2.7.0~beta1+bzr1774
ImportĀ upstreamĀ versionĀ 2.7.0~beta1+bzr1774

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
=head1 NAME
24
24
 
25
 
aa_change_profile  - change to another profile within an AppArmor profile
26
 
aa_change_onexec - change to another profile at the next exec
 
25
aa_change_profile, aa_change_onexec - change a tasks profile
 
26
 
27
27
=head1 SYNOPSIS
28
28
 
29
29
B<#include E<lt>sys/apparmor.hE<gt>>
30
30
 
31
31
B<int aa_change_profile(const char *profile);>
32
32
 
 
33
B<int aa_change_onexec(const char *profile);>
 
34
 
33
35
Link with B<-lapparmor> when compiling.
34
36
 
35
37
=head1 DESCRIPTION