]> granicus.if.org Git - sudo/commitdiff
Don't list paths for unstripped binaries in the lintial overrides.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 4 Jun 2012 19:06:04 +0000 (15:06 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 4 Jun 2012 19:06:04 +0000 (15:06 -0400)
sudo.pp

diff --git a/sudo.pp b/sudo.pp
index 49bc068b497803bc32666a1a7f0652d9f049696d..a4ac2ddbf34d7ea73737caaee769d99e8fb4486e 100644 (file)
--- 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