debian/changelog | 8 ++++++++ debian/x11-common.init | 2 ++ 2 files changed, 10 insertions(+)
New commits: commit 9c66995099d6dbb10b81030cddc78e3f85605c5c Author: Laurent Bigonville <[email protected]> Date: Wed Sep 24 12:25:38 2014 +0200 debian/x11-common.init: Call restorecon after creating the socket directories to ensure the SELinux context if properly set (Closes: #677831) diff --git a/debian/changelog b/debian/changelog index 74add54..e232aec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ xorg (1:7.7+8) UNRELEASED; urgency=medium * debian/x11-common.init: Add Short-Description field (Closes: #510087) + * debian/x11-common.init: Call restorecon after creating the socket + directories to ensure the SELinux context if properly set (Closes: #677831) - -- Laurent Bigonville <[email protected]> Wed, 24 Sep 2014 10:52:41 +0200 + -- Laurent Bigonville <[email protected]> Wed, 24 Sep 2014 12:18:09 +0200 xorg (1:7.7+7) unstable; urgency=medium diff --git a/debian/x11-common.init b/debian/x11-common.init index e8394e8..102fd22 100644 --- a/debian/x11-common.init +++ b/debian/x11-common.init @@ -62,6 +62,7 @@ set_up_dir () { "0 0 "*" directory") # as it is owned by root, cannot be replaced with a symlink: chmod 01777 "$DIR" + do_restorecon "$DIR" break ;; *" directory") commit c0bac80bf2a637ea08fc82878998987648fe925d Author: Laurent Bigonville <[email protected]> Date: Wed Sep 24 10:53:10 2014 +0200 debian/x11-common.init: Add Short-Description field (Closes: #510087) diff --git a/debian/changelog b/debian/changelog index 34162f6..74add54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xorg (1:7.7+8) UNRELEASED; urgency=medium + + * debian/x11-common.init: Add Short-Description field (Closes: #510087) + + -- Laurent Bigonville <[email protected]> Wed, 24 Sep 2014 10:52:41 +0200 + xorg (1:7.7+7) unstable; urgency=medium * Add minimal ppc64el support (closes: #742731). Thanks, Breno Leitao! diff --git a/debian/x11-common.init b/debian/x11-common.init index 014594b..e8394e8 100644 --- a/debian/x11-common.init +++ b/debian/x11-common.init @@ -6,6 +6,7 @@ # Required-Stop: $remote_fs # Default-Start: S # Default-Stop: +# Short-Description: set up the X server and ICE socket directories ### END INIT INFO set -e -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

