Package: emacsen-common Version: 2.0.6 Severity: serious Tags: patch Justification: Policy 9.1.1
Hi
emacsen-common 2.0.6 creates a rogue /0755 directory in the rootfs,
instead of just using the according create mode.
--- a/debian/postinst
+++ b/debian/postinst
@@ -17,6 +17,6 @@ fi
#DEBHELPER#
-mkdir -p 0755 /var/lib/emacsen-common/state/package/installed
+mkdir -p -m 0755 /var/lib/emacsen-common/state/package/installed
touch /var/lib/emacsen-common/state/package/installed/emacsen-common
/usr/lib/emacsen-common/emacs-package-install --postinst emacsen-common
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.12-7.slh.1-aptosid-amd64 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-- no debconf information
Regards
Stefan Lippers-Hollmann
signature.asc
Description: This is a digitally signed message part.

