Lines Matching defs:aa_profile
133 struct aa_profile { struct
135 struct aa_profile __rcu *parent; argument
137 struct aa_ns *ns;
138 const char *rename;
140 const char *attach;
141 struct aa_dfa *xmatch;
142 unsigned int xmatch_len;
143 enum audit_mode audit;
144 long mode;
145 u32 path_flags;
146 const char *disconnected;
147 int size;
149 struct aa_policydb policy;
150 struct aa_file_rules file;
151 struct aa_caps caps;
153 int xattr_count;
154 char **xattrs;
178 void aa_add_profile(struct aa_policy *common, struct aa_profile *profile); argument