Home
last modified time | relevance | path

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

/Linux-v5.4/security/selinux/
Dhooks.c1733 static int bpf_fd_pass(struct file *file, u32 sid);
1768 rc = bpf_fd_pass(file, cred_sid(cred)); in file_has_perm()
2112 rc = bpf_fd_pass(file, sid); in selinux_binder_transfer_file()
6696 static int bpf_fd_pass(struct file *file, u32 sid) in bpf_fd_pass() function