From 4299429e687525ce69289971ded19e98830c5478 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 18 Jun 2010 17:23:37 -0400 Subject: [PATCH] Do not call set_fqdn() until sudoers parses (where is gets run as a callback). --HG-- branch : 1.7 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 14d56df9f..99598b245 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -39,6 +39,10 @@ What's new in Sudo 1.7.3? specified as floating point numbers for more granular timeout values. + * Negating the fqdn option in sudoers now works correctly when sudo + is configured with the --with-fqdn option. In previous versions + of sudo the fqdn was set before sudoers was parsed. + What's new in Sudo 1.7.2? * A new #includedir directive is available in sudoers. This can be -- 2.40.0