Home
last modified time | relevance | path

Searched refs:begin_current_label_crit_section (Results 1 – 6 of 6) sorted by relevance

/linux/security/apparmor/
H A Daf_unix.c469 label = begin_current_label_crit_section(&needput); in aa_unix_sock_perm()
501 label = begin_current_label_crit_section(&needput); in aa_unix_bind_perm()
537 label = begin_current_label_crit_section(&needput); in aa_unix_listen_perm()
559 label = begin_current_label_crit_section(&needput); in aa_unix_accept_perm()
593 label = begin_current_label_crit_section(&needput); in aa_unix_opt_perm()
H A Dlsm.c376 label = begin_current_label_crit_section(&needput); in apparmor_path_link()
398 label = begin_current_label_crit_section(&needput); in apparmor_path_rename()
512 struct aa_label *label = begin_current_label_crit_section(&needput); in apparmor_file_alloc_security()
534 label = begin_current_label_crit_section(&needput); in common_file_perm()
915 ad.subj_label = begin_current_label_crit_section(&needput); in do_setattr()
1061 label = begin_current_label_crit_section(&needput); in apparmor_userns_create()
1268 label = begin_current_label_crit_section(&needput); in apparmor_socket_create()
1336 label = begin_current_label_crit_section(&needput); in apparmor_socket_socketpair()
1591 label = begin_current_label_crit_section(&needput); in apparmor_socket_getpeersec_stream()
H A Dapparmorfs.c620 label = begin_current_label_crit_section(&needput); in policy_update()
732 label = begin_current_label_crit_section(&needput); in profile_remove()
944 curr = begin_current_label_crit_section(&needput); in query_data()
1041 curr = begin_current_label_crit_section(&needput); in query_label()
1413 label = begin_current_label_crit_section(&needput); in seq_ns_stacked_show()
1428 label = begin_current_label_crit_section(&needput); in seq_ns_nsstacked_show()
1449 label = begin_current_label_crit_section(&needput); in seq_ns_level_show()
1459 struct aa_label *label = begin_current_label_crit_section(&needput); in seq_ns_name_show()
2085 label = begin_current_label_crit_section(&needput); in ns_mkdir_op()
2136 label = begin_current_label_crit_section(&needput); in ns_rmdir_op()
H A Daf_inet.c370 __label = begin_current_label_crit_section(&__needput); \
519 label = begin_current_label_crit_section(&needput); in aa_inet_sock_perm()
H A Dnet.c319 label = begin_current_label_crit_section(&needput); in aa_sk_perm()
/linux/security/apparmor/include/
H A Dcred.h222 static inline struct aa_label *begin_current_label_crit_section(bool *needput) in begin_current_label_crit_section() function