Home
last modified time | relevance | path

Searched refs:end_current_label_crit_section (Results 1 – 5 of 5) sorted by relevance

/linux/security/apparmor/
H A Daf_unix.c471 end_current_label_crit_section(label); in aa_unix_sock_perm()
509 end_current_label_crit_section(label); in aa_unix_bind_perm()
541 end_current_label_crit_section(label); in aa_unix_listen_perm()
561 end_current_label_crit_section(label); in aa_unix_accept_perm()
595 end_current_label_crit_section(label); in aa_unix_opt_perm()
H A Dapparmorfs.c442 end_current_label_crit_section(label); in policy_update()
512 end_current_label_crit_section(label); in profile_remove()
702 end_current_label_crit_section(curr); in query_data()
798 end_current_label_crit_section(curr); in query_label()
1169 end_current_label_crit_section(label); in seq_ns_stacked_show()
1192 end_current_label_crit_section(label); in seq_ns_nsstacked_show()
1203 end_current_label_crit_section(label); in seq_ns_level_show()
1212 end_current_label_crit_section(label); in seq_ns_name_show()
1822 end_current_label_crit_section(label); in ns_mkdir_op()
1872 end_current_label_crit_section(label); in ns_rmdir_op()
H A Dlsm.c377 end_current_label_crit_section(label); in apparmor_path_link()
440 end_current_label_crit_section(label); in apparmor_path_rename()
511 end_current_label_crit_section(label); in apparmor_file_alloc_security()
930 end_current_label_crit_section(ad.subj_label); in do_setattr()
1072 end_current_label_crit_section(label); in apparmor_userns_create()
1282 end_current_label_crit_section(label); in apparmor_socket_create()
1347 end_current_label_crit_section(label); in apparmor_socket_socketpair()
1595 end_current_label_crit_section(label); in apparmor_socket_getpeersec_stream()
H A Dnet.c317 end_current_label_crit_section(label); in aa_sk_perm()
/linux/security/apparmor/include/
H A Dcred.h139 static inline void end_current_label_crit_section(struct aa_label *label) in end_current_label_crit_section() function