mirror of
https://github.com/truenas/scale-build.git
synced 2026-02-15 07:29:12 +00:00
Allow systemd to set ACLs on log files (#630)
This commit is contained in:
@@ -148,7 +148,7 @@ TRUENAS_DATASETS = [
|
||||
},
|
||||
{
|
||||
'name': 'var/log',
|
||||
'options': ['NOSUID', 'NOEXEC', 'NOACL', 'NOATIME'],
|
||||
'options': ['NOSUID', 'NOEXEC', 'NOATIME'],
|
||||
'clone': True,
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user