mirror of
https://github.com/systemd/systemd.git
synced 2026-08-07 16:41:02 +00:00
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:
committed by
Lennart Poettering
parent
ae05436265
commit
a1c9563cce
Notes:
Zbigniew Jędrzejewski-Szmek
2013-10-21 16:17:17 -04:00
Backport: bugfix
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user