mirror of
https://github.com/johndoe6345789/SparkOS.git
synced 2026-04-25 14:04:57 +00:00
16 lines
367 B
Plaintext
16 lines
367 B
Plaintext
# SparkOS Sudoers Configuration
|
|
# Allow spark user to run any command without password
|
|
|
|
# Default settings
|
|
Defaults env_reset
|
|
Defaults secure_path="/bin:/sbin:/usr/bin:/usr/sbin"
|
|
|
|
# Root can run anything
|
|
root ALL=(ALL:ALL) ALL
|
|
|
|
# Spark user can run anything without password
|
|
spark ALL=(ALL:ALL) NOPASSWD: ALL
|
|
|
|
# Include sudoers.d directory
|
|
@includedir /etc/sudoers.d
|