Remove 744 mode set on /var/lib/incus. Use the Debian default of 755. (#829)

This commit is contained in:
bugclerk
2025-02-14 11:11:30 -05:00
committed by GitHub
parent 13218d0180
commit f11c83c13a

View File

@@ -160,7 +160,6 @@ TRUENAS_DATASETS = [
{
'name': 'var/lib/incus',
'options': ['NOSETUID', 'NOACL', 'NOATIME', 'DEV'],
'mode': 0o744,
},
{
'name': 'var/log',