Searched refs:filecon (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dselinux-util.c334 _cleanup_security_context_free_ security_context_t filecon = NULL; local
343 r = selabel_lookup_raw(label_hnd, &filecon, path, mode);
351 r = selabel_lookup_raw(label_hnd, &filecon, newpath, mode);
361 if (setfscreatecon(filecon) >= 0)
364 log_enforcing("Failed to set SELinux security context %s for %s: %m", filecon, path);

Completed in 473 milliseconds