Blame SOURCES/0019-Fix-sudoers-lens-always_query_group_plugin-588.patch

3b98a7
From 4e8c541392486f14715c5ec05da4612fc2e26ad9 Mon Sep 17 00:00:00 2001
3b98a7
From: Steve Traylen <steve.traylen@cern.ch>
3b98a7
Date: Thu, 1 Nov 2018 13:54:32 +0100
3b98a7
Subject: [PATCH] Fix sudoers lens: "always_query_group_plugin" (#588)
3b98a7
3b98a7
The option is now enabled by default in the default sudoers of
3b98a7
RHEL 7.6 (and probably soon CentOS 7).
3b98a7
---
3b98a7
 lenses/sudoers.aug | 1 +
3b98a7
 1 file changed, 1 insertion(+)
3b98a7
3b98a7
diff --git a/lenses/sudoers.aug b/lenses/sudoers.aug
3b98a7
index 0437daae..d6140a8b 100644
3b98a7
--- a/lenses/sudoers.aug
3b98a7
+++ b/lenses/sudoers.aug
3b98a7
@@ -308,6 +308,7 @@ let parameter_flag_kw    = "always_set_home" | "authenticate" | "env_editor"
3b98a7
                          | "closefrom_override" | "compress_io" | "fast_glob"
3b98a7
                          | "log_input" | "log_output" | "pwfeedback"
3b98a7
                          | "umask_override" | "use_pty" | "match_group_by_gid"
3b98a7
+                         | "always_query_group_plugin"
3b98a7
 
3b98a7
 let parameter_flag       = [ del_negate . negate_node?
3b98a7
                                . key parameter_flag_kw ]
3b98a7
-- 
c941cc
2.24.1
3b98a7