From a31bbbfbb6f40843a6c40d33cce9a7ad2667acf8 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 2 Mar 2021 19:39:47 -0700 Subject: [PATCH] Mention GitHub issue #56. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c479ea71e..7719a928e 100644 --- a/NEWS +++ b/NEWS @@ -46,7 +46,7 @@ What's new in Sudo 1.9.6 * Added an "admin_flag" sudoers option to make the use of the ~/.sudo_as_admin_successful file configurable on systems where sudo is build with the --enable-admin-flag configure option. - This mostly affects Ubuntu and its derivatives. + This mostly affects Ubuntu and its derivatives. GitHub issue #56. * The "max_groups" setting in sudo.conf is now limited to 1024. This setting is obsolete and should no longer be needed. @@ -617,7 +617,7 @@ What's new in Sudo 1.8.30 those users. * Fixed a problem restoring the SELinux tty context during reboot - if mctransd is killed before sudo finishes. GitHub Issue #17. + if mctransd is killed before sudo finishes. GitHub issue #17. * Fixed an intermittent warning on NetBSD when sudo restores the initial stack size limit.