Home
last modified time | relevance | path

Searched refs:aa_ns_name (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/security/apparmor/include/
H A Dpolicy_ns.h85 const char *aa_ns_name(struct aa_ns *parent, struct aa_ns *child, bool subns);
/openbmc/linux/security/apparmor/
H A Dpolicy_ns.c64 const char *aa_ns_name(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_name() function
H A Dlabel.c1275 ns_name = aa_ns_name(profile->ns, tp->ns, true); in match_component()
1528 ns_name = aa_ns_name(view, profile->ns, in aa_profile_snxprint()
H A Ddomain.c101 ns_name = aa_ns_name(profile->ns, tp->ns, true); in match_component()