Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Ddomain.h30 int aa_change_hat(const char *hats[], int count, u64 token, int flags);
/openbmc/linux/security/apparmor/
H A Dprocattr.c134 return aa_change_hat(hats, count, token, flags); in aa_setprocattr_changehat()
H A Ddomain.c1175 int aa_change_hat(const char *hats[], int count, u64 token, int flags) in aa_change_hat() function