Searched defs:aa_profile (Results 1 – 1 of 1) sorted by relevance
224 struct aa_profile { struct226 struct aa_profile __rcu *parent; argument228 struct aa_ns *ns;229 const char *rename;231 enum audit_mode audit;232 long mode;233 u32 path_flags;257 struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy, argument