mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
- Migrated settings from freedombox-setup. Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
12 lines
287 B
Plaintext
12 lines
287 B
Plaintext
#
|
|
# Allow plinth user to run plinth action scripts with superuser privileges
|
|
# without needing a password.
|
|
#
|
|
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
|