file_contexts.homedirs (5) Linux Manual Page
selabel_file – userspace SELinux labeling interface and configuration file format for the file contexts backend Synopsis #include <selinux/label.h> int selabel_lookup(struct selabel_handle *hnd, char **context, const char *path, int mode); int selabel_lookup_raw(struct selabel_handle *hnd, char **context, const char *path, int mode); Description The file contexts backend maps from pathname/mode combinations into security contexts. It is used…
