Home
last modified time | relevance | path

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

/linux/security/selinux/
H A Dhooks.c1758 u32 tsid_fd; in __file_has_perm() local
1770 tsid_fd = bfsec->uf_sid; in __file_has_perm()
1778 tsid_fd = fsec->sid; in __file_has_perm()
1785 if (ssid != tsid_fd) { in __file_has_perm()
1786 rc = avc_has_perm(ssid, tsid_fd, SECCLASS_FD, FD__USE, &ad); in __file_has_perm()