From f10058cf961fa9ae689520dbeb20d81b5089996a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 4 Jun 2012 15:06:34 -0400 Subject: [PATCH] Don't list paths for unstripped binaries in the lintial overrides. --HG-- branch : 1.7 --- sudo.pp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sudo.pp b/sudo.pp index 363cd618c..ca6f985a1 100644 --- a/sudo.pp +++ b/sudo.pp @@ -80,10 +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/sbin/visudo + $name: unstripped-binary-or-object EOF chmod 644 ${pp_wrkdir}/${name}/usr/share/lintian/overrides/${name} %endif -- 2.40.0