From 69d80cc45236518307d1bd44e9327556852249ea574e51f7307732ffb13f8959 Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Mon, 19 Aug 2019 08:38:01 +0000 Subject: [PATCH] Accepting request 724360 from home:okurz:branches:Base:System Correct typo in sudoers patch OBS-URL: https://build.opensuse.org/request/show/724360 OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=154 --- sudo-sudoers.patch | 2 +- sudo.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sudo-sudoers.patch b/sudo-sudoers.patch index ed0dc0f..8a8e873 100644 --- a/sudo-sudoers.patch +++ b/sudo-sudoers.patch @@ -37,7 +37,7 @@ Index: sudo-1.8.14p3/plugins/sudoers/sudoers.in +Defaults secure_path="/usr/sbin:/usr/bin:/sbin:/bin" +Defaults env_reset +## Change env_reset to !env_reset in previous line to keep all environment variables -+## Following list will no longer be nevessary after this change ++## Following list will no longer be necessary after this change +Defaults env_keep = "LANG LC_ADDRESS LC_CTYPE LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_ATIME LC_ALL LANGUAGE LINGUAS XDG_SESSION_COOKIE" +## Comment out the preceding line and uncomment the following one if you need +## to use special input methods. This may allow users to compromise the root diff --git a/sudo.changes b/sudo.changes index d8ef963..d7bbf9c 100644 --- a/sudo.changes +++ b/sudo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 18 08:08:52 UTC 2019 - Oliver Kurz + +- Correct typo in sudoers patch + ------------------------------------------------------------------- Sun Jan 13 19:26:23 UTC 2019 - seanlew@opensuse.org