Home
last modified time | relevance | path

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

/openbmc/linux/security/selinux/
H A Dhooks.c221 static inline u32 cred_sid(const struct cred *cred) in cred_sid() function
262 sid = cred_sid(__task_cred(task)); in task_sid_obj()
1623 u32 sid = cred_sid(cred); in cred_has_capability()
1666 sid = cred_sid(cred); in inode_has_perm()
1735 u32 sid = cred_sid(cred); in file_has_perm()
1751 rc = bpf_fd_pass(file, cred_sid(cred)); in file_has_perm()
1943 u32 sid = cred_sid(cred); in superblock_has_perm()
2020 return avc_has_perm(current_sid(), cred_sid(mgr), SECCLASS_BINDER, in selinux_binder_set_context_mgr()
2028 u32 fromsid = cred_sid(from); in selinux_binder_transaction()
2029 u32 tosid = cred_sid(to); in selinux_binder_transaction()
[all …]