chiark / gitweb /
smack: we don't need the special labels exported, hence don't
authorLennart Poettering <lennart@poettering.net>
Thu, 23 Oct 2014 16:40:03 +0000 (18:40 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 23 Oct 2014 19:36:56 +0000 (21:36 +0200)
src/shared/smack-util.c
src/shared/smack-util.h

index dd7e3be1b75e903af29605fc239cac5de17921a7..a8dccd1554f7fe36ffd4ea433cb7ce508970d84f 100644 (file)
@@ -27,6 +27,9 @@
 #include "path-util.h"
 #include "smack-util.h"
 
+#define SMACK_FLOOR_LABEL "_"
+#define SMACK_STAR_LABEL  "*"
+
 bool mac_smack_use(void) {
 #ifdef HAVE_SMACK
         static int cached_use = -1;
index 3dc28dd727b8d70206811a2891a8ab619d924b3f..68778da38b69dd56851f1eeb4f4c0b1f68637433 100644 (file)
@@ -25,9 +25,6 @@
 
 #include <stdbool.h>
 
-#define SMACK_FLOOR_LABEL "_"
-#define SMACK_STAR_LABEL  "*"
-
 bool mac_smack_use(void);
 
 int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs);