Searched refs:test (Results 1 – 2 of 2) sorted by relevance
/security/apparmor/ |
D | procattr.c | 114 int aa_setprocattr_changehat(char *args, size_t size, int test) in aa_setprocattr_changehat() argument 148 return aa_change_hat(hats, count, token, test); in aa_setprocattr_changehat() 159 int aa_setprocattr_changeprofile(char *fqname, bool onexec, int test) in aa_setprocattr_changeprofile() argument 164 return aa_change_profile(ns_name, name, onexec, test); in aa_setprocattr_changeprofile()
|
/security/apparmor/include/ |
D | procattr.h | 22 int aa_setprocattr_changehat(char *args, size_t size, int test); 23 int aa_setprocattr_changeprofile(char *fqname, bool onexec, int test);
|