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.
This commit is contained in:
Patrick McCarty
2013-09-30 17:43:38 -07:00
committed by Lennart Poettering
parent ae05436265
commit a1c9563cce
Notes: Zbigniew Jędrzejewski-Szmek 2013-10-21 16:17:17 -04:00
Backport: bugfix

View File

@@ -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