2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Replace tab with space

A line in the sudoers file contains a tab where a space seems to be more
appropriate.
This commit is contained in:
vayers 2024-12-22 22:31:29 -05:00 committed by Todd C. Miller
parent 103af8cb27
commit 7c121ff834

View File

@ -128,7 +128,7 @@ root ALL=(ALL:ALL) ALL
# %wheel ALL=(ALL:ALL) NOPASSWD: ALL
## Uncomment to allow members of group sudo to execute any command
# %sudo ALL=(ALL:ALL) ALL
# %sudo ALL=(ALL:ALL) ALL
## Uncomment to allow any user to run sudo if they know the password
## of the user they are running the command as (root by default).