Searched refs:profiles (Results 1 – 8 of 8) sorted by relevance
| /security/apparmor/ |
| A D | policy.c | 198 __aa_profile_list_release(&profile->base.profiles); in __remove_profile() 456 profile = __find_child(&parent->base.profiles, name); in aa_find_child() 487 profile = __strn_find_child(&policy->profiles, hname, in __lookup_parent() 526 profile = __strn_find_child(&policy->profiles, hname, in __create_missing_ancestors() 569 profile = __strn_find_child(&base->profiles, hname, in __lookupn_profile() 580 return __strn_find_child(&base->profiles, hname, n); in __lookupn_profile() 734 p = __find_child(&parent->base.profiles, bname); in aa_new_learning_profile() 739 __add_profile(&parent->base.profiles, profile); in aa_new_learning_profile() 977 if (!list_empty(&old->base.profiles)) { in __replace_profile() 1288 lh = &parent->base.profiles; in aa_replace_profiles() [all …]
|
| A D | lib.c | 498 INIT_LIST_HEAD(&policy->profiles); in aa_policy_init() 509 AA_BUG(on_list_rcu(&policy->profiles)); in aa_policy_destroy()
|
| A D | apparmorfs.c | 1534 list_for_each_entry(child, &profile->base.profiles, base.list) in __aafs_profile_rmdir() 1789 list_for_each_entry(child, &profile->base.profiles, base.list) { in __aafs_profile_mkdir() 1930 list_for_each_entry(child, &ns->base.profiles, base.list) in __aafs_ns_rmdir() 2056 list_for_each_entry(child, &ns->base.profiles, base.list) { in __aafs_ns_mkdir() 2140 if (!list_empty(&ns->base.profiles)) in __first_profile() 2141 return list_first_entry(&ns->base.profiles, in __first_profile() 2164 if (!list_empty(&p->base.profiles)) in __next_profile() 2165 return list_first_entry(&p->base.profiles, typeof(*p), in __next_profile() 2173 if (!list_entry_is_head(p, &parent->base.profiles, base.list)) in __next_profile() 2182 if (!list_entry_is_head(p, &ns->base.profiles, base.list)) in __next_profile()
|
| A D | domain.c | 600 new = find_attach(bprm, ns, &profile->base.profiles, in x_to_label() 604 new = find_attach(bprm, ns, &ns->base.profiles, in x_to_label() 693 &profile->ns->base.profiles, name, &info); in profile_transition() 1163 if (!list_empty(&profile->base.profiles)) { in change_hat() 1255 empty &= list_empty(&profile->base.profiles); in aa_change_hat()
|
| A D | policy_ns.c | 311 __aa_profile_list_release(&ns->base.profiles); in destroy_ns()
|
| A D | Kconfig | 60 bool "Enable introspection of sha256 hashes for loaded profiles"
|
| A D | label.c | 388 on_list_rcu(&label->vec[0]->base.profiles)); in aa_label_kref()
|
| /security/apparmor/include/ |
| A D | lib.h | 169 struct list_head profiles; member
|
Completed in 21 milliseconds