Fix incorrect sudo_rules example
This commit is contained in:
parent
9f03cb80a3
commit
768c8172db
|
@ -9,8 +9,8 @@ users:
|
||||||
fullname: B User
|
fullname: B User
|
||||||
sudouser: True
|
sudouser: True
|
||||||
sudo_rules:
|
sudo_rules:
|
||||||
- buser ALL=(root) /usr/bin/find
|
- ALL=(root) /usr/bin/find
|
||||||
- buser ALL=(otheruser) /usr/bin/script.sh
|
- ALL=(otheruser) /usr/bin/script.sh
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
prime_group:
|
prime_group:
|
||||||
name: primarygroup
|
name: primarygroup
|
||||||
|
|
Loading…
Reference in New Issue