Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Daf_unix.h47 int aa_unix_accept_perm(struct socket *sock, struct socket *newsock);
/linux/security/apparmor/
H A Daf_unix.c548 int aa_unix_accept_perm(struct socket *sock, struct socket *newsock) in aa_unix_accept_perm() function
H A Dlsm.c1415 return aa_unix_accept_perm(sock, newsock); in apparmor_socket_accept()