Searched refs:inode_has_perm (Results 1 - 1 of 1) sorted by relevance

/security/selinux/
H A Dhooks.c1595 static int inode_has_perm(const struct cred *cred, function
1614 /* Same as inode_has_perm, but pass explicit audit data containing
1626 return inode_has_perm(cred, inode, av, &ad);
1629 /* Same as inode_has_perm, but pass explicit audit data containing
1641 return inode_has_perm(cred, inode, av, &ad);
1653 return inode_has_perm(cred, file_inode(file), av, &ad);
1689 rc = inode_has_perm(cred, inode, av, &ad);

Completed in 30 milliseconds