Searched defs:aa_profile (Results 1 – 2 of 2) sorted by relevance
129 struct aa_profile { struct131 struct aa_profile __rcu *parent; argument133 struct aa_ns *ns;134 const char *rename;136 const char *attach;137 struct aa_dfa *xmatch;138 unsigned int xmatch_len;139 enum audit_mode audit;140 long mode;141 u32 path_flags;[all …]
198 struct aa_profile { struct200 struct aa_profile __rcu *parent; argument202 struct aa_ns *ns;203 const char *rename;205 enum audit_mode audit;206 long mode;230 void aa_add_profile(struct aa_policy *common, struct aa_profile *profile); argument