Home
last modified time | relevance | path

Searched refs:mac_selinux_get_child_mls_label (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/shared/
Dselinux-util.h42 int mac_selinux_get_child_mls_label(int socket_fd, const char *exe, const char *exec_label, char **…
Dselinux-util.c398 int mac_selinux_get_child_mls_label(int socket_fd, const char *exe, const char *exec_label, char **… in mac_selinux_get_child_mls_label() function
/systemd-251/src/test/
Dtest-selinux.c75 r = mac_selinux_get_child_mls_label(fd, fname, label2, &label3); in test_misc()
/systemd-251/src/core/
Dexecute.c4813 …r = mac_selinux_get_child_mls_label(fd, executable, context->selinux_context, &mac_selinux_context… in exec_child()