updated sudo state

This commit is contained in:
Paul 2021-03-20 10:40:54 +01:00
parent 5fe373f150
commit 99d441b27c

View File

@ -9,17 +9,17 @@ sudo:
- 'always_set_home' - 'always_set_home'
acls: acls:
root: root:
group: False group: false
host: ALL host: ALL
who: ALL:ALL who: ALL:ALL
command: ALL command: ALL
admin: admin:
group: True group: true
host: ALL host: ALL
who: ALL who: ALL
command: ALL command: ALL
sudo: sudo:
group: True group: true
host: ALL host: ALL
who: ALL:ALL who: ALL:ALL
command: ALL command: ALL