Searched defs:aa_profile (Results 1 – 4 of 4) sorted by relevance
70044 struct aa_profile { struct70046 struct aa_profile *parent; argument70047 struct aa_ns *ns;70048 const char *rename;70049 const char *attach;70050 struct aa_dfa *xmatch;70051 int xmatch_len;70052 enum audit_mode audit;70053 long int mode;70054 u32 path_flags;[all …]
27333 struct aa_profile { struct27335 struct aa_profile *parent; argument27336 struct aa_ns *ns;27337 const char *rename;27338 enum audit_mode audit;27339 long int mode;27340 u32 path_flags;27341 const char *disconnected;27342 struct aa_attachment attach;27343 struct list_head rules;[all …]