Searched refs:aa_setprocattr_changeprofile (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/security/apparmor/include/ |
D | procattr.h | 23 int aa_setprocattr_changeprofile(char *fqname, bool onexec, int test);
|
/linux-4.4.14/security/apparmor/ |
D | procattr.c | 159 int aa_setprocattr_changeprofile(char *fqname, bool onexec, int test) in aa_setprocattr_changeprofile() function
|
D | lsm.c | 564 error = aa_setprocattr_changeprofile(args, !AA_ONEXEC, in apparmor_setprocattr() 567 error = aa_setprocattr_changeprofile(args, !AA_ONEXEC, in apparmor_setprocattr() 573 error = aa_setprocattr_changeprofile(args, AA_ONEXEC, in apparmor_setprocattr()
|