chiark / gitweb /
architecture: Add tilegx
[elogind.git] / src / shared / smack-util.h
index 42895ff8053c44d601e8fa9c2f2caef47e3deb3e..7370ae32b36c28e6beb638512c2bc343d984f9f2 100644 (file)
 
 #include <stdbool.h>
 
+#define SMACK_FLOOR_LABEL "_"
+#define SMACK_STAR_LABEL  "*"
+
 bool use_smack(void);
+
 int smack_label_path(const char *path, const char *label);
 int smack_label_fd(int fd, const char *label);
 int smack_label_ip_in_fd(int fd, const char *label);