Searched refs:inode_has_perm (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/security/selinux/ |
H A D | hooks.c | 1612 static int inode_has_perm(const struct cred *cred, inode_has_perm() function 1631 /* Same as inode_has_perm, but pass explicit audit data containing 1643 return inode_has_perm(cred, inode, av, &ad); dentry_has_perm() 1646 /* Same as inode_has_perm, but pass explicit audit data containing 1658 return inode_has_perm(cred, inode, av, &ad); path_has_perm() 1670 return inode_has_perm(cred, file_inode(file), av, &ad); file_path_has_perm() 1706 rc = inode_has_perm(cred, inode, av, &ad); file_has_perm()
|
Completed in 130 milliseconds