1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
raspberrypi-build/patches/03-passwordless-sudo.diff
2017-07-09 19:05:48 +00:00

13 lines
421 B
Diff

--- rootfs.orig/etc/sudoers
+++ rootfs/etc/sudoers
@@ -19,8 +19,8 @@ Defaults secure_path="/usr/local/sbin:/u
# User privilege specification
root ALL=(ALL:ALL) ALL
-# Allow members of group sudo to execute any command
-%sudo ALL=(ALL:ALL) ALL
+# Allow members of group sudo to execute any command without password
+%sudo ALL=(ALL:ALL) NOPASSWD:ALL
# See sudoers(5) for more information on "#include" directives: