[Pkg-utopia-commits] r1862 - /packages/unstable/dbus/debian/dbus.postinst

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Nov 14 17:24:33 UTC 2007


Author: biebl
Date: Wed Nov 14 17:24:33 2007
New Revision: 1862

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1862
Log:
Make the suid binary world readable as suggested by debian policy (10.9)

Modified:
    packages/unstable/dbus/debian/dbus.postinst

Modified: packages/unstable/dbus/debian/dbus.postinst
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/dbus.postinst?rev=1862&op=diff
==============================================================================
--- packages/unstable/dbus/debian/dbus.postinst (original)
+++ packages/unstable/dbus/debian/dbus.postinst Wed Nov 14 17:24:33 2007
@@ -22,7 +22,7 @@
 
 	if ! dpkg-statoverride --list "$LAUNCHER" > /dev/null 2>&1; then
 		chown root:"$MESSAGEUSER" "$LAUNCHER"
-		chmod 4750 "$LAUNCHER"
+		chmod 4754 "$LAUNCHER"
 	fi
     ;;
 




More information about the Pkg-utopia-commits mailing list