Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dpolicy.h180 struct aa_profile *aa_new_null_profile(struct aa_profile *parent, bool hat,
/OK3568_Linux_fs/kernel/security/apparmor/
H A Ddomain.c681 new_profile = aa_new_null_profile(profile, false, name, in profile_transition()
1006 hat = aa_new_null_profile(profile, true, name, in build_change_hat()
1356 tprofile = aa_new_null_profile(labels_profile(label), false, in aa_change_profile()
H A Dpolicy.c503 struct aa_profile *aa_new_null_profile(struct aa_profile *parent, bool hat, in aa_new_null_profile() function