mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
sudoers: Allow all admin users to become superusers
- Migrated settings from freedombox-setup. Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
4c1572a3f0
commit
dfd9a7a298
@ -1 +1,11 @@
|
|||||||
|
#
|
||||||
|
# Allow plinth user to run plinth action scripts with superuser privileges
|
||||||
|
# without needing a password.
|
||||||
|
#
|
||||||
plinth ALL=(ALL:ALL) NOPASSWD:/usr/share/plinth/actions/*
|
plinth ALL=(ALL:ALL) NOPASSWD:/usr/share/plinth/actions/*
|
||||||
|
|
||||||
|
#
|
||||||
|
# On FreedomBox, allow all users in the 'admin' LDAP group to execute
|
||||||
|
# commands as root.
|
||||||
|
#
|
||||||
|
%admin ALL=(root) ALL
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user