Searched defs:hname (Results 1 - 3 of 3) sorted by relevance

/security/apparmor/
H A Ddomain.c264 xname = profile->base.hname;
452 target = new_profile->base.hname;
499 name, new_profile->base.hname);
503 target = new_profile->base.hname;
580 * new_compound_name - create an hname with @n2 appended to @n1
581 * @n1: base of hname (NOT NULL)
671 name = new_compound_name(root->base.hname, hats[0]);
683 target = hat->base.hname;
711 target = previous_profile->base.hname;
735 * @hname
747 aa_change_profile(const char *ns_name, const char *hname, bool onexec, bool permtest) argument
[all...]
H A Dpolicy.c64 * is referred to as an hname (hierarchical).
103 * hname_tail - find the last component of an hname
104 * @name: hname to find the base profile name component of (NOT NULL)
106 * Returns: the tail (base profile name) name component of an hname
108 static const char *hname_tail(const char *hname) argument
111 hname = strim((char *)hname);
112 for (split = strstr(hname, "//"); split; split = strstr(hname, "//"))
113 hname
646 aa_alloc_profile(const char *hname) argument
789 __lookup_parent(struct aa_namespace *ns, const char *hname) argument
823 __lookup_profile(struct aa_policy *base, const char *hname) argument
852 aa_lookup_profile(struct aa_namespace *ns, const char *hname) argument
1040 __lookup_replace(struct aa_namespace *ns, const char *hname, bool noreplace, struct aa_profile **p, const char **info) argument
[all...]
/security/apparmor/include/
H A Dpolicy.h81 * @hname - The hierarchical name
87 char *hname; member in struct:aa_policy

Completed in 43 milliseconds