chiark / gitweb /
Make bus errno mappings non-static
[elogind.git] / src / shared / smack-util.h
index fe624f5f46764d8d2561fd61b8a5692244a0b18f..68778da38b69dd56851f1eeb4f4c0b1f68637433 100644 (file)
 
 #include <stdbool.h>
 
-#define SMACK_FLOOR_LABEL "_"
-#define SMACK_STAR_LABEL  "*"
-
 bool mac_smack_use(void);
 
-int mac_smack_fix(const char *path);
+int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs);
 
 int mac_smack_apply(const char *path, const char *label);
 int mac_smack_apply_fd(int fd, const char *label);