Home
last modified time | relevance | path

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

/linux-5.19.10/security/apparmor/include/
Dnet.h31 #define AA_MAY_LISTEN 0x00400000 macro
37 AA_MAY_SHUTDOWN | AA_MAY_BIND | AA_MAY_LISTEN | \
/linux-5.19.10/security/apparmor/
Dlsm.c950 aa_sk_perm(OP_LISTEN, AA_MAY_LISTEN, sock->sk)); in apparmor_socket_listen()