From 619049a4a956f905be70cf3fef5f4e344e58213f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 23 Oct 2014 18:40:03 +0200 Subject: smack: we don't need the special labels exported, hence don't Signed-off-by: Anthony G. Basile --- src/shared/smack-util.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/shared/smack-util.c') diff --git a/src/shared/smack-util.c b/src/shared/smack-util.c index 837c5ab428..407a8e1aa3 100644 --- a/src/shared/smack-util.c +++ b/src/shared/smack-util.c @@ -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; -- cgit v1.2.3-54-g00ecf