From 13472d7a8e7231dff0ad6aa71daf56de464a9fc4 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 4 Jun 2012 15:06:04 -0400 Subject: [PATCH] Don't list paths for unstripped binaries in the lintial overrides. --- sudo.pp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.50.0