mirror of
https://github.com/clearlinux/micro-config-drive.git
synced 2026-09-05 05:01:42 +00:00
modify default sudo directive to use default user
This commit is contained in:
+1
-1
@@ -71,5 +71,5 @@
|
||||
#endif /* DEFAULT_USER_PASSWORD */
|
||||
|
||||
#ifndef DEFAULT_USER_SUDO
|
||||
#define DEFAULT_USER_SUDO "clear ALL=(ALL) NOPASSWD:ALL"
|
||||
#define DEFAULT_USER_SUDO DEFAULT_USER_USERNAME " ALL=(ALL) NOPASSWD:ALL"
|
||||
#endif /* DEFAULT_USER_SUDO */
|
||||
|
||||
Reference in New Issue
Block a user