Home
last modified time | relevance | path

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

/linux-4.4.14/security/selinux/
Dhooks.c1972 u32 mysid = current_sid(); in selinux_binder_set_context_mgr() local
1975 return avc_has_perm(mysid, mgrsid, SECCLASS_BINDER, in selinux_binder_set_context_mgr()
1982 u32 mysid = current_sid(); in selinux_binder_transaction() local
1987 if (mysid != fromsid) { in selinux_binder_transaction()
1988 rc = avc_has_perm(mysid, fromsid, SECCLASS_BINDER, in selinux_binder_transaction()