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.c509 end_current_label_crit_section(label); in policy_update()
580 end_current_label_crit_section(label); in profile_remove()
770 end_current_label_crit_section(curr); in query_data()
866 end_current_label_crit_section(curr); in query_label()
1237 end_current_label_crit_section(label); in seq_ns_stacked_show()
1260 end_current_label_crit_section(label); in seq_ns_nsstacked_show()
1271 end_current_label_crit_section(label); in seq_ns_level_show()
1280 end_current_label_crit_section(label); in seq_ns_name_show()
1888 end_current_label_crit_section(label); in ns_mkdir_op()
1938 end_current_label_crit_section(label); in ns_rmdir_op()
H A Dlsm.c378 end_current_label_crit_section(label); in apparmor_path_link()
441 end_current_label_crit_section(label); in apparmor_path_rename()
512 end_current_label_crit_section(label); in apparmor_file_alloc_security()
531 end_current_label_crit_section(label); in common_file_perm()
918 end_current_label_crit_section(ad.subj_label); in do_setattr()
1060 end_current_label_crit_section(label); in apparmor_userns_create()
1270 end_current_label_crit_section(label); in apparmor_socket_create()
1335 end_current_label_crit_section(label); in apparmor_socket_socketpair()
1579 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.h185 static inline void end_current_label_crit_section(struct aa_label *label) in end_current_label_crit_section() function