Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Dpolicy.h239 struct aa_profile *aa_new_learning_profile(struct aa_profile *parent, bool hat,
/openbmc/linux/security/apparmor/
H A Ddomain.c691 new_profile = aa_new_learning_profile(profile, false, name, in profile_transition()
1031 hat = aa_new_learning_profile(profile, true, name, in build_change_hat()
1391 tprofile = aa_new_learning_profile(labels_profile(label), false, in aa_change_profile()
H A Dpolicy.c638 struct aa_profile *aa_new_learning_profile(struct aa_profile *parent, bool hat, in aa_new_learning_profile() function