Lines Matching refs:hname
264 xname = profile->base.hname; in x_table_lookup()
452 target = new_profile->base.hname; in apparmor_bprm_set_creds()
499 name, new_profile->base.hname); in apparmor_bprm_set_creds()
503 target = new_profile->base.hname; in apparmor_bprm_set_creds()
671 name = new_compound_name(root->base.hname, hats[0]); in aa_change_hat()
683 target = hat->base.hname; in aa_change_hat()
711 target = previous_profile->base.hname; in aa_change_hat()
747 int aa_change_profile(const char *ns_name, const char *hname, bool onexec, in aa_change_profile() argument
758 if (!hname && !ns_name) in aa_change_profile()
799 if (!hname) { in aa_change_profile()
801 hname = ns->unconfined->base.hname; in aa_change_profile()
803 hname = profile->base.hname; in aa_change_profile()
806 perms = change_profile_perms(profile, ns, hname, request, in aa_change_profile()
814 target = aa_lookup_profile(ns, hname); in aa_change_profile()
847 name, hname, GLOBAL_ROOT_UID, info, error); in aa_change_profile()