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