From cd8a2deeba1338eae1fd587c5cf3c917e92b4242 Mon Sep 17 00:00:00 2001 From: Andrew Walker Date: Wed, 1 May 2024 13:07:10 -0700 Subject: [PATCH] Allow systemd to set ACLs on log files (#630) --- truenas_install/fhs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/truenas_install/fhs.py b/truenas_install/fhs.py index f6f5a95..0d26428 100644 --- a/truenas_install/fhs.py +++ b/truenas_install/fhs.py @@ -148,7 +148,7 @@ TRUENAS_DATASETS = [ }, { 'name': 'var/log', - 'options': ['NOSUID', 'NOEXEC', 'NOACL', 'NOATIME'], + 'options': ['NOSUID', 'NOEXEC', 'NOATIME'], 'clone': True, }, ]