X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fsmack-util.c;h=a8dccd1554f7fe36ffd4ea433cb7ce508970d84f;hb=b5884878a2874447b2a9f07f324a7cd909d96d48;hp=dd7e3be1b75e903af29605fc239cac5de17921a7;hpb=5dfc54615a1eacea18106383c964425cebd67c30;p=elogind.git diff --git a/src/shared/smack-util.c b/src/shared/smack-util.c index dd7e3be1b..a8dccd155 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;