Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Ddomain.h31 int aa_change_profile(const char *fqname, int flags);
/linux/security/apparmor/
H A Dlsm.c895 error = aa_change_profile(args, AA_CHANGE_NOFLAGS); in do_setattr()
897 error = aa_change_profile(args, AA_CHANGE_TEST); in do_setattr()
899 error = aa_change_profile(args, AA_CHANGE_STACK); in do_setattr()
904 error = aa_change_profile(args, AA_CHANGE_ONEXEC); in do_setattr()
906 error = aa_change_profile(args, (AA_CHANGE_ONEXEC | in do_setattr()
H A Ddomain.c1388 int aa_change_profile(const char *fqname, int flags) in aa_change_profile() function