Lines Matching refs:aa_profile
71 struct aa_profile;
128 struct aa_profile *unconfined;
177 struct aa_profile { struct
179 struct aa_profile *parent; argument
182 struct aa_profile *replacedby; argument
203 void aa_add_profile(struct aa_policy *common, struct aa_profile *profile); argument
249 struct aa_profile *aa_alloc_profile(const char *name);
250 struct aa_profile *aa_new_null_profile(struct aa_profile *parent, int hat);
252 struct aa_profile *aa_find_child(struct aa_profile *parent, const char *name);
253 struct aa_profile *aa_lookup_profile(struct aa_namespace *ns, const char *name);
254 struct aa_profile *aa_match_profile(struct aa_namespace *ns, const char *name);
275 static inline struct aa_profile *aa_newest_version(struct aa_profile *profile) in aa_newest_version()
290 static inline struct aa_profile *aa_get_profile(struct aa_profile *p) in aa_get_profile()
302 static inline void aa_put_profile(struct aa_profile *p) in aa_put_profile()
308 static inline int AUDIT_MODE(struct aa_profile *profile) in AUDIT_MODE()