Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Daf_unix.h35 int aa_unix_peer_perm(const struct cred *subj_cred,
/linux/security/apparmor/
H A Dlsm.c1125 error = aa_unix_peer_perm(cred, label, OP_CONNECT, in unix_connect_perm()
1132 aa_unix_peer_perm(cred, in unix_connect_perm()
1235 error = xcheck(aa_unix_peer_perm(current_cred(), in apparmor_unix_may_send()
1240 aa_unix_peer_perm(peer->file ? peer->file->f_cred : NULL, in apparmor_unix_may_send()
H A Daf_unix.c623 int aa_unix_peer_perm(const struct cred *subj_cred, in aa_unix_peer_perm() function