mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
7 lines
266 B
Plaintext
7 lines
266 B
Plaintext
# Keep PATH for all sudo commands
|
|
Defaults env_keep += "PATH"
|
|
Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/local/node/bin
|
|
|
|
# Allow devilbox user to do anything without password
|
|
%devilbox ALL=(ALL) NOPASSWD: ALL
|