summaryrefslogtreecommitdiff
path: root/recipes-extended/sudo/sudo/sudoers.patch
diff options
context:
space:
mode:
authorAndrii Pientsov <andrii.pientsov@globallogic.com>2020-05-21 08:44:40 +0300
committerSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2020-05-21 13:05:31 +0300
commit1f8aaf8a9104af92b86dac7ac0c1d5c4ad73a224 (patch)
treea9cb671a859458b41c226d7812b7a096d3a7b2c9 /recipes-extended/sudo/sudo/sudoers.patch
parent0b05e87874108a22f9ffed069c0b98fa9e5f473c (diff)
downloadmeta-mlinux-atmel-1f8aaf8a9104af92b86dac7ac0c1d5c4ad73a224.tar.gz
meta-mlinux-atmel-1f8aaf8a9104af92b86dac7ac0c1d5c4ad73a224.tar.bz2
meta-mlinux-atmel-1f8aaf8a9104af92b86dac7ac0c1d5c4ad73a224.zip
Remove duplicate
Diffstat (limited to 'recipes-extended/sudo/sudo/sudoers.patch')
-rw-r--r--recipes-extended/sudo/sudo/sudoers.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-extended/sudo/sudo/sudoers.patch b/recipes-extended/sudo/sudo/sudoers.patch
deleted file mode 100644
index aed0f10..0000000
--- a/recipes-extended/sudo/sudo/sudoers.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -uprN old/plugins/sudoers/sudoers.in new/plugins/sudoers/sudoers.in
---- old/plugins/sudoers/sudoers.in 2015-10-31 18:34:59.000000000 -0500
-+++ new/plugins/sudoers/sudoers.in 2017-04-20 10:32:19.530931283 -0500
-@@ -57,7 +57,7 @@
- # Defaults env_keep += "XMODIFIERS GTK_IM_MODULE QT_IM_MODULE QT_IM_SWITCHER"
- ##
- ## Uncomment to use a hard-coded PATH instead of the user's to find commands
--# Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
-+Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- ##
- ## Uncomment to send mail if the user does not enter the correct password.
- # Defaults mail_badpass
-@@ -85,7 +85,7 @@ root ALL=(ALL) ALL
- # %wheel ALL=(ALL) NOPASSWD: ALL
-
- ## Uncomment to allow members of group sudo to execute any command
--# %sudo ALL=(ALL) ALL
-+%sudo 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).