Searched refs:change_hat (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | domain.c | 981 /* helper fn for change_hat 1033 static struct aa_label *change_hat(struct aa_label *label, const char *hats[], in change_hat() function 1086 * change_hat. in change_hat() 1104 * change_hat uses probing and should not log failures in change_hat() 1143 * change_hat only applies to profiles in the current ns, and each profile 1144 * in the ns must make the same transition otherwise change_hat will fail. 1172 info = "unconfined can not change_hat"; in aa_change_hat() 1178 new = change_hat(label, hats, count, flags); in aa_change_hat() 1198 AA_DEBUG("no_new_privs - change_hat denied"); in aa_change_hat() 1219 AA_DEBUG("no_new_privs - change_hat denie in aa_change_hat() [all...] |
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | domain.c | 1005 /* helper fn for change_hat 1059 static struct aa_label *change_hat(const struct cred *subj_cred, in change_hat() function 1113 * change_hat. in change_hat() 1131 * change_hat uses probing and should not log failures in change_hat() 1172 * change_hat only applies to profiles in the current ns, and each profile 1173 * in the ns must make the same transition otherwise change_hat will fail. 1201 info = "unconfined can not change_hat"; in aa_change_hat() 1207 new = change_hat(subj_cred, label, hats, count, flags); in aa_change_hat() 1228 AA_DEBUG("no_new_privs - change_hat denied"); in aa_change_hat() 1249 AA_DEBUG("no_new_privs - change_hat denie in aa_change_hat() [all...] |
Completed in 4 milliseconds