Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Daf_unix.h39 int aa_unix_sock_perm(const char *op, u32 request, struct socket *sock);
/linux/security/apparmor/
H A Daf_unix.c462 int aa_unix_sock_perm(const char *op, u32 request, struct socket *sock) in aa_unix_sock_perm() function
H A Dlsm.c1453 return aa_unix_sock_perm(op, request, sock); in aa_sock_perm()