updated sudo state
This commit is contained in:
parent
5fe373f150
commit
99d441b27c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user