Home
last modified time | relevance | path

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

/Linux-v4.19/security/apparmor/
Dlsm.c227 if (!path_mediated_fs(path->dentry)) in common_perm_cond()
267 if (!inode || !path_mediated_fs(dentry)) in common_perm_rm()
291 if (!path_mediated_fs(dir->dentry)) in common_perm_create()
338 if (!path_mediated_fs(old_dentry)) in apparmor_path_link()
355 if (!path_mediated_fs(old_dentry)) in apparmor_path_rename()
404 if (!path_mediated_fs(file->f_path.dentry)) in apparmor_file_open()
Dfile.c631 if (file->f_path.mnt && path_mediated_fs(file->f_path.dentry)) in aa_file_perm()
/Linux-v4.19/security/apparmor/include/
Dlib.h87 static inline bool path_mediated_fs(struct dentry *dentry) in path_mediated_fs() function