smack: we don't need the special labels exported, hence don't

This commit is contained in:
Lennart Poettering 2014-10-23 18:40:03 +02:00
parent 2962142175
commit 376a298096
2 changed files with 3 additions and 3 deletions

View 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;

View 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);