summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McCarty <patrick.mccarty@linux.intel.com>2013-09-30 17:43:38 -0700
committerLennart Poettering <lennart@poettering.net>2013-10-01 02:52:46 +0200
commita1c9563cced72abe337e423b2a5ad19e0ed81325 (patch)
tree25f99bfc9d270c3f3dc506f674985f05b2969700
parentae05436265da80e2b6c88d2d7050f3912e7bfa96 (diff)
smack-setup: fix path to Smack/CIPSO mappings
The correct path to the dir with CIPSO mappings is /etc/smack/cipso.d/; /etc/smack/cipso is a file that can include these mappings as well, though it is no longer supported in upstream libsmack.
-rw-r--r--src/core/smack-setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/smack-setup.c b/src/core/smack-setup.c
index d67a84a58..1434dea7c 100644
--- a/src/core/smack-setup.c
+++ b/src/core/smack-setup.c
@@ -40,7 +40,7 @@
#include "label.h"
#define SMACK_CONFIG "/etc/smack/accesses.d/"
-#define CIPSO_CONFIG "/etc/smack/cipso/"
+#define CIPSO_CONFIG "/etc/smack/cipso.d/"
#ifdef HAVE_SMACK