Searched refs:aa_namespace (Results 1 - 6 of 6) sorted by relevance

/security/apparmor/include/
H A Dpolicy.h105 /* struct aa_namespace - namespace for a set of profiles
116 * An aa_namespace defines the set profiles that are searched to determine
130 struct aa_namespace { struct
132 struct aa_namespace *parent;
204 struct aa_namespace *ns;
227 extern struct aa_namespace *root_ns;
232 bool aa_ns_visible(struct aa_namespace *curr, struct aa_namespace *view);
233 const char *aa_ns_name(struct aa_namespace *parent, struct aa_namespace *chil
[all...]
H A Dapparmorfs.h65 struct aa_namespace;
100 void __aa_fs_namespace_rmdir(struct aa_namespace *ns);
101 int __aa_fs_namespace_mkdir(struct aa_namespace *ns, struct dentry *parent,
/security/apparmor/
H A Dpolicy.c93 struct aa_namespace *root_ns;
230 bool aa_ns_visible(struct aa_namespace *curr, struct aa_namespace *view)
249 const char *aa_ns_name(struct aa_namespace *curr, struct aa_namespace *view)
274 static struct aa_namespace *alloc_namespace(const char *prefix,
277 struct aa_namespace *ns;
319 static void free_namespace(struct aa_namespace *ns)
341 static struct aa_namespace *__aa_find_namespace(struct list_head *head,
344 return (struct aa_namespace *)__policy_fin
[all...]
H A Dprocattr.c42 struct aa_namespace *ns = profile->ns;
43 struct aa_namespace *current_ns = __aa_current_profile()->ns;
H A Dapparmorfs.c477 void __aa_fs_namespace_rmdir(struct aa_namespace *ns)
479 struct aa_namespace *sub;
501 int __aa_fs_namespace_mkdir(struct aa_namespace *ns, struct dentry *parent,
504 struct aa_namespace *sub;
569 static struct aa_namespace *__next_namespace(struct aa_namespace *root,
570 struct aa_namespace *ns)
572 struct aa_namespace *parent, *next;
605 static struct aa_profile *__first_profile(struct aa_namespace *root,
606 struct aa_namespace *n
[all...]
H A Ddomain.c96 struct aa_namespace *ns,
173 static struct aa_profile *find_attach(struct aa_namespace *ns,
242 struct aa_namespace *ns = profile->ns;
250 struct aa_namespace *new_ns;
304 struct aa_namespace *ns = profile->ns;
341 struct aa_namespace *ns;
752 struct aa_namespace *ns = NULL;

Completed in 42 milliseconds