Todd Troxell
2005-Jan-03 09:29 UTC
[Logcheck-devel] dh_installlogcheck -- permissions change
Package: debhelper Patch is attached, changes permissions on logcheck rulefiles from 600 to 644 as recently discussed on logcheck-devel, d-security, -devel. This has been a lingering bug since the switch to logcheck as unpriveleged user. Feel free to contact me, or logcheck-devel at lists.alioth.debian.org. Cheers, -- [ Todd J. Troxell ,''`. Student, Debian GNU/Linux Developer, SysAdmin, Geek : :' : http://debian.org || http://rapidpacket.com/~xtat `. `' `- ] -------------- next part -------------- Index: dh_installlogcheck ==================================================================--- dh_installlogcheck (revision 1734) +++ dh_installlogcheck (working copy) @@ -43,7 +43,7 @@ } my $packagenodot=$package; # run-parts.. $packagenodot=~s/\./_/g; - doit("install","-m",600,$logcheck,"$tmp/etc/logcheck/$type/$packagenodot"); + doit("install","-m",644,$logcheck,"$tmp/etc/logcheck/$type/$packagenodot"); } } } -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.alioth.debian.org/pipermail/logcheck-devel/attachments/20050103/50546c03/attachment.pgp