Home
last modified time | relevance | path

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

/linux/security/apparmor/
H 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()
470 is_unix_fs(sock->sk) ? &unix_sk(sock->sk)->path : NULL); in aa_unix_sock_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()
[all …]
H A Dlsm.c1141 if (!is_unix_fs(peer_sk)) { in unix_connect_perm()
/linux/security/apparmor/include/
H A Daf_unix.h29 #define is_unix_fs(U) (!is_unix_anonymous(U) && \ macro