Re: [systemd-devel] [PATCH] smack-setup: fix path to Smack/CIPSO mappings

2013-09-30 Thread Lennart Poettering
On Mon, 30.09.13 17:43, Patrick McCarty (patrick.mcca...@linux.intel.com) wrote: > 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. Thanks! Applie

[systemd-devel] [PATCH] smack-setup: fix path to Smack/CIPSO mappings

2013-09-30 Thread Patrick McCarty
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. --- src/core/smack-setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core