Allow systemd to set ACLs on log files (#630)

This commit is contained in:
Andrew Walker
2024-05-01 13:07:10 -07:00
committed by GitHub
parent bf9a083a66
commit cd8a2deeba

View File

@@ -148,7 +148,7 @@ TRUENAS_DATASETS = [
},
{
'name': 'var/log',
'options': ['NOSUID', 'NOEXEC', 'NOACL', 'NOATIME'],
'options': ['NOSUID', 'NOEXEC', 'NOATIME'],
'clone': True,
},
]