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

/linux-4.1.27/security/selinux/ss/
H A Dservices.c2168 * @fromsid: starting SID
2174 * for a given user that can be reached by @fromsid.
2180 int security_get_user_sids(u32 fromsid, security_get_user_sids() argument
2204 fromcon = sidtab_search(&sidtab, fromsid); security_get_user_sids()
2263 rc = avc_has_perm_noaudit(fromsid, mysids[i], security_get_user_sids()
/linux-4.1.27/security/selinux/
H A Dhooks.c1936 u32 fromsid = task_sid(from); selinux_binder_transaction() local
1940 if (mysid != fromsid) { selinux_binder_transaction()
1941 rc = avc_has_perm(mysid, fromsid, SECCLASS_BINDER, selinux_binder_transaction()
1947 return avc_has_perm(fromsid, tosid, SECCLASS_BINDER, BINDER__CALL, selinux_binder_transaction()
1954 u32 fromsid = task_sid(from); selinux_binder_transfer_binder() local
1957 return avc_has_perm(fromsid, tosid, SECCLASS_BINDER, BINDER__TRANSFER, selinux_binder_transfer_binder()

Completed in 154 milliseconds