From 7cb48925dc9d6c74edcf800b447c6c0c6955687d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 26 Oct 2015 00:45:32 +0100 Subject: core: rename SmackFileSystemRoot= to SmackFileSystemRootLabel= That way it's in sync with the other SMACK label settings. https://github.com/systemd/systemd/pull/1664#issuecomment-150891270 --- units/tmp.mount.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/tmp.mount.m4') diff --git a/units/tmp.mount.m4 b/units/tmp.mount.m4 index e1e26bdfc0..6402200c62 100644 --- a/units/tmp.mount.m4 +++ b/units/tmp.mount.m4 @@ -20,5 +20,5 @@ Where=/tmp Type=tmpfs Options=mode=1777,strictatime m4_ifdef(`HAVE_SMACK', -SmackFileSystemRoot=* +SmackFileSystemRootLabel=* )m4_dnl -- cgit v1.2.3-54-g00ecf