Searched refs:bpfsec (Results 1 – 1 of 1) sorted by relevance
6743 struct bpf_security_struct *bpfsec; in bpf_fd_pass() local6750 bpfsec = map->security; in bpf_fd_pass()6751 ret = avc_has_perm(sid, bpfsec->sid, SECCLASS_BPF, in bpf_fd_pass()6757 bpfsec = prog->aux->security; in bpf_fd_pass()6758 ret = avc_has_perm(sid, bpfsec->sid, SECCLASS_BPF, in bpf_fd_pass()6769 struct bpf_security_struct *bpfsec; in selinux_bpf_map() local6771 bpfsec = map->security; in selinux_bpf_map()6772 return avc_has_perm(sid, bpfsec->sid, SECCLASS_BPF, in selinux_bpf_map()6779 struct bpf_security_struct *bpfsec; in selinux_bpf_prog() local6781 bpfsec = prog->aux->security; in selinux_bpf_prog()[all …]