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.c520 end_current_label_crit_section(label); in policy_update()
591 end_current_label_crit_section(label); in profile_remove()
781 end_current_label_crit_section(curr); in query_data()
877 end_current_label_crit_section(curr); in query_label()
1248 end_current_label_crit_section(label); in seq_ns_stacked_show()
1271 end_current_label_crit_section(label); in seq_ns_nsstacked_show()
1282 end_current_label_crit_section(label); in seq_ns_level_show()
1291 end_current_label_crit_section(label); in seq_ns_name_show()
1899 end_current_label_crit_section(label); in ns_mkdir_op()
1949 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()
530 end_current_label_crit_section(label); in common_file_perm()
922 end_current_label_crit_section(ad.subj_label); in do_setattr()
1064 end_current_label_crit_section(label); in apparmor_userns_create()
1274 end_current_label_crit_section(label); in apparmor_socket_create()
1339 end_current_label_crit_section(label); in apparmor_socket_socketpair()
1587 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