From: Todd C. Miller Date: Mon, 4 Jun 2012 19:06:04 +0000 (-0400) Subject: Don't list paths for unstripped binaries in the lintial overrides. X-Git-Tag: SUDO_1_8_6^2~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13472d7a8e7231dff0ad6aa71daf56de464a9fc4;p=sudo Don't list paths for unstripped binaries in the lintial overrides. --- diff --git a/sudo.pp b/sudo.pp index 49bc068b4..a4ac2ddbf 100644 --- a/sudo.pp +++ b/sudo.pp @@ -80,11 +80,7 @@ still allow people to get their work done." $name: non-standard-dir-perm etc/sudoers.d/ 0750 != 0755 $name: non-standard-dir-perm var/lib/sudo/ 0700 != 0755 # Sudo ships with debugging symbols - $name: unstripped-binary-or-object ./usr/bin/sudo - $name: unstripped-binary-or-object ./usr/bin/sudoreplay - $name: unstripped-binary-or-object ./usr/lib/sudo/sudo_noexec.so - $name: unstripped-binary-or-object ./usr/lib/sudo/sudoers.so - $name: unstripped-binary-or-object ./usr/sbin/visudo + $name: unstripped-binary-or-object EOF chmod 644 ${pp_wrkdir}/${name}/usr/share/lintian/overrides/${name} %endif