Home
last modified time | relevance | path

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

/linux-3.4.99/security/apparmor/include/
Ddomain.h32 int aa_change_hat(const char *hats[], int count, u64 token, bool permtest);
/linux-3.4.99/security/apparmor/
Dprocattr.c148 return aa_change_hat(hats, count, token, test); in aa_setprocattr_changehat()
Ddomain.c601 int aa_change_hat(const char *hats[], int count, u64 token, bool permtest) in aa_change_hat() function