Home
last modified time | relevance | path

Searched refs:mac_selinux_create_file_prepare_label (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dselinux-util.h49 int mac_selinux_create_file_prepare_label(const char *path, const char *label);
Dselinux-util.c535 int mac_selinux_create_file_prepare_label(const char *path, const char *label) { in mac_selinux_create_file_prepare_label() function
/systemd-251/src/portable/
Dportable.c1152 (void) mac_selinux_create_file_prepare_label(path, m->selinux_label); in attach_unit_file()