Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Daf_unix.c473 end_current_label_crit_section(label, needput); in aa_unix_sock_perm()
512 end_current_label_crit_section(label, needput); in aa_unix_bind_perm()
545 end_current_label_crit_section(label, needput); in aa_unix_listen_perm()
566 end_current_label_crit_section(label, needput); in aa_unix_accept_perm()
601 end_current_label_crit_section(label, needput); in aa_unix_opt_perm()
H A Dlsm.c380 end_current_label_crit_section(label, needput); in apparmor_path_link()
444 end_current_label_crit_section(label, needput); in apparmor_path_rename()
516 end_current_label_crit_section(label, needput); in apparmor_file_alloc_security()
536 end_current_label_crit_section(label, needput); in common_file_perm()
924 end_current_label_crit_section(ad.subj_label, needput); in do_setattr()
1067 end_current_label_crit_section(label, needput); in apparmor_userns_create()
1286 end_current_label_crit_section(label, needput); in apparmor_socket_create()
1352 end_current_label_crit_section(label, needput); in apparmor_socket_socketpair()
1612 end_current_label_crit_section(label, needput); in apparmor_socket_getpeersec_stream()
H A Dapparmorfs.c681 end_current_label_crit_section(label, needput); in policy_update()
754 end_current_label_crit_section(label, needput); in profile_remove()
946 end_current_label_crit_section(curr, needput); in query_data()
1043 end_current_label_crit_section(curr, needput); in query_label()
1415 end_current_label_crit_section(label, needput); in seq_ns_stacked_show()
1439 end_current_label_crit_section(label, needput); in seq_ns_nsstacked_show()
1451 end_current_label_crit_section(label, needput); in seq_ns_level_show()
1462 end_current_label_crit_section(label, needput); in seq_ns_name_show()
2088 end_current_label_crit_section(label, needput); in ns_mkdir_op()
2139 end_current_label_crit_section(label, needput); in ns_rmdir_op()
H A Daf_inet.c372 end_current_label_crit_section(__label, __needput); \
521 end_current_label_crit_section(label, needput); in aa_inet_sock_perm()
H A Dnet.c321 end_current_label_crit_section(label, needput); in aa_sk_perm()
/linux/security/apparmor/include/
H A Dcred.h186 static inline void end_current_label_crit_section(struct aa_label *label, in end_current_label_crit_section() function