* move libffi to base/ Category
[t2sde.git] / package / base / sudo / sudo-group.patch
blob2165d9b877b8d7697ea15fcaad8eca42018e9d07
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/sudo/sudo-group.patch
3 # Copyright (C) 2023 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- sudo-1.9.13p2/plugins/sudoers/sudoers.in.vanilla 2023-02-28 16:32:49.746594423 +0100
15 +++ sudo-1.9.13p2/plugins/sudoers/sudoers.in 2023-02-28 16:32:59.357594952 +0100
16 @@ -88,7 +88,7 @@
17 # %wheel ALL=(ALL:ALL) NOPASSWD: ALL
19 ## Uncomment to allow members of group sudo to execute any command
20 -# %sudo ALL=(ALL:ALL) ALL
21 +%sudo ALL=(ALL:ALL) ALL
23 ## Uncomment to allow any user to run sudo if they know the password
24 ## of the user they are running the command as (root by default).