chiark / gitweb /
cgroup: when trimming cgroup trees, honour sticky bit of tasks file
[elogind.git] / src / label.h
index 0c59da1f1c2b500b645f859f7786e16cb84c823c..321d21f650ec36bf901a7f951fe9c947aae1b8a1 100644 (file)
 ***/
 
 #include <sys/types.h>
+#include <stdbool.h>
 
 int label_init(void);
 void label_finish(void);
 
-int label_fix(const char *path);
+int label_fix(const char *path, bool ignore_enoent);
 
 int label_socket_set(const char *label);
 void label_socket_clear(void);
 
 int label_fifofile_set(const char *path);
+int label_symlinkfile_set(const char *path);
 void label_file_clear(void);
 
 void label_free(const char *label);
 
-int label_get_socket_label_from_exe(const char *exe, char **label);
+int label_get_create_label_from_exe(const char *exe, char **label);
 
 int label_mkdir(const char *path, mode_t mode);