Package: courier-authdaemon Followup-For: Bug #378571 I couldn't find out why this has changed since sarge, where it shipped with 770 daemon:daemon permissions. Also, as the submitter points, upstreams ships with 750, as can be seen in Makefile.*: chmod 750 $(DESTDIR)@authdaemonvar@
I attach the (trivial) patch to change the permissions as it used to be. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (900, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-1-686 Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
--- courier-authlib-0.58/debian/permissions 2006-07-31 13:09:21.000000000 -0300 +++ courier-authlib-0.58/debian/permissions.new 2006-07-31 18:07:55.000000000 -0300 @@ -3,5 +3,5 @@ /etc/courier/authmysqlrc 660 daemon daemon /etc/courier/authdaemonrc 660 daemon daemon /var/run/courier 755 daemon daemon -/var/run/courier/authdaemon 755 daemon daemon +/var/run/courier/authdaemon 750 daemon daemon