Home
last modified time | relevance | path

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

/linux-4.1.27/security/selinux/
Dhooks.c1925 u32 mysid = current_sid(); in selinux_binder_set_context_mgr() local
1928 return avc_has_perm(mysid, mgrsid, SECCLASS_BINDER, in selinux_binder_set_context_mgr()
1935 u32 mysid = current_sid(); in selinux_binder_transaction() local
1940 if (mysid != fromsid) { in selinux_binder_transaction()
1941 rc = avc_has_perm(mysid, fromsid, SECCLASS_BINDER, in selinux_binder_transaction()