Home
last modified time | relevance | path

Searched refs:__aafs_profile_mkdir (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/security/apparmor/include/
Dapparmorfs.h111 int __aafs_profile_mkdir(struct aa_profile *profile, struct dentry *parent);
/Linux-v5.10/security/apparmor/
Dapparmorfs.c1667 int __aafs_profile_mkdir(struct aa_profile *profile, struct dentry *parent) in __aafs_profile_mkdir() function
1760 error = __aafs_profile_mkdir(child, prof_child_dir(profile)); in __aafs_profile_mkdir()
2024 error = __aafs_profile_mkdir(child, ns_subprofs_dir(ns)); in __aafs_ns_mkdir()
Dpolicy.c989 error = __aafs_profile_mkdir(ent->new, parent); in aa_replace_profiles()