From: Todd C. Miller Date: Thu, 8 Feb 2018 16:14:12 +0000 (-0700) Subject: Don't mark sudoers.dist volatile, it only gets used on systems that X-Git-Tag: SUDO_1_8_23^2~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=787717755b359c8905cc0c0763890dffe4f7fac4;p=sudo Don't mark sudoers.dist volatile, it only gets used on systems that don't have the concept of volatile files. --- diff --git a/sudo.pp b/sudo.pp index 483d728a7..166c56007 100644 --- a/sudo.pp +++ b/sudo.pp @@ -355,7 +355,7 @@ still allow people to get their work done." %if [rpm,deb] $sudoersdir/sudoers $sudoers_mode $sudoers_uid:$sudoers_gid volatile %else - $sudoersdir/sudoers.dist $sudoers_mode $sudoers_uid:$sudoers_gid volatile + $sudoersdir/sudoers.dist $sudoers_mode $sudoers_uid:$sudoers_gid %endif %if X"$aix_freeware" = X"true" # Links for binaries from /opt/freeware to /usr