Home
last modified time | relevance | path

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

/linux-4.1.27/security/apparmor/include/
Dapparmorfs.h99 int __aa_fs_profile_mkdir(struct aa_profile *profile, struct dentry *parent);
/linux-4.1.27/security/apparmor/
Dapparmorfs.c401 int __aa_fs_profile_mkdir(struct aa_profile *profile, struct dentry *parent) in __aa_fs_profile_mkdir() function
461 error = __aa_fs_profile_mkdir(child, prof_child_dir(profile)); in __aa_fs_profile_mkdir()
528 error = __aa_fs_profile_mkdir(child, ns_subprofs_dir(ns)); in __aa_fs_namespace_mkdir()
Dpolicy.c1152 error = __aa_fs_profile_mkdir(ent->new, parent); in aa_replace_profiles()