Home
last modified time | relevance | path

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

/security/apparmor/
A Daf_unix.c239 if (is_unix_fs(sk)) in profile_sk_perm()
301 if (is_unix_fs(sk)) in profile_listen_perm()
336 if (is_unix_fs(sk)) in profile_accept_perm()
367 if (is_unix_fs(sk)) in profile_opt_perm()
639 is_unix_fs(sk) ? &u->path : NULL, in aa_unix_peer_perm()
641 is_unix_fs(peer_sk) ? &peeru->path : NULL, in aa_unix_peer_perm()
736 is_sk_fs = is_unix_fs(sock->sk); in aa_unix_file_perm()
756 if (!is_sk_fs && is_unix_fs(peer_sk)) { in aa_unix_file_perm()
759 is_unix_fs(peer_sk) ? &peer_path : NULL)); in aa_unix_file_perm()
775 is_unix_fs(peer_sk) ? in aa_unix_file_perm()
[all …]
A Dlsm.c1141 if (!is_unix_fs(peer_sk)) { in unix_connect_perm()
/security/apparmor/include/
A Daf_unix.h29 #define is_unix_fs(U) (!is_unix_anonymous(U) && \ macro

Completed in 11 milliseconds