diff options
author | Michael Biebl <biebl@debian.org> | 2007-11-14 17:24:33 +0000 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2007-11-14 17:24:33 +0000 |
commit | 50bebe7099d43c9c57e2819c73a6da8528782364 (patch) | |
tree | 23914cef016288def5778b0f13f32cd07841b94a | |
parent | 69ad6d03c3c11263fb1992ff48dc087dcb75578e (diff) | |
download | dbus-50bebe7099d43c9c57e2819c73a6da8528782364.tar.gz |
Make the suid binary world readable as suggested by debian policy (10.9)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/dbus@1862 ceb527fc-18e6-0310-9fe2-813c157c29e7
-rw-r--r-- | debian/dbus.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/dbus.postinst b/debian/dbus.postinst index f4dfd00e..8368c5f3 100644 --- a/debian/dbus.postinst +++ b/debian/dbus.postinst @@ -22,7 +22,7 @@ case "$1" in if ! dpkg-statoverride --list "$LAUNCHER" > /dev/null 2>&1; then chown root:"$MESSAGEUSER" "$LAUNCHER" - chmod 4750 "$LAUNCHER" + chmod 4754 "$LAUNCHER" fi ;; |