Searched refs:aa_change_profile (Results 1 - 3 of 3) sorted by relevance

/linux-master/security/apparmor/include/
H A Ddomain.h31 int aa_change_profile(const char *fqname, int flags);
/linux-master/security/apparmor/
H A Dlsm.c887 error = aa_change_profile(args, AA_CHANGE_NOFLAGS);
889 error = aa_change_profile(args, AA_CHANGE_TEST);
891 error = aa_change_profile(args, AA_CHANGE_STACK);
896 error = aa_change_profile(args, AA_CHANGE_ONEXEC);
898 error = aa_change_profile(args, (AA_CHANGE_ONEXEC |
H A Ddomain.c1317 * aa_change_profile - perform a one-way profile transition
1329 int aa_change_profile(const char *fqname, int flags) function

Completed in 106 milliseconds