bundles/sudo: fix mode for /etc/sudoers
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-01-23 09:28:50 +01:00
parent c5109fbfe3
commit 51101fc615
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -10,6 +10,7 @@ directories = {
files = {
'/etc/sudoers': {
'mode': '0440',
'needs': {
'file:/etc/sudoers.d/bwusers',
},