From 25b1a2139ec6309fbe717e82f60d73a086eb85b4 Mon Sep 17 00:00:00 2001 From: corsac Date: Tue, 6 May 2014 05:42:29 +0000 Subject: [PATCH] * debian/patches: - really apply 02_fix-apparmor-profile, update it. (really) closes:#736075 git-svn-id: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/lightdm@8420 0c9b3bff-18ee-0310-b944-d1aa2700132f --- debian/changelog | 2 ++ debian/patches/02_fix-apparmor-profile.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 3 files changed, 19 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3384bb8..e5bd64b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ lightdm (1.10.1-1) UNRELEASED; urgency=medium * New upstream release. + * debian/patches: + - really apply 02_fix-apparmor-profile, update it. (really) closes:#736075 -- Yves-Alexis Perez Mon, 28 Apr 2014 23:24:23 +0200 diff --git a/debian/patches/02_fix-apparmor-profile.patch b/debian/patches/02_fix-apparmor-profile.patch index b693661..8344871 100644 --- a/debian/patches/02_fix-apparmor-profile.patch +++ b/debian/patches/02_fix-apparmor-profile.patch @@ -8,3 +8,19 @@ #include #include /etc/compizconfig/config rw, # bug in compiz https://launchpad.net/bugs/697678 +@@ -74,10 +73,11 @@ + capability ipc_lock, + + # allow processes in the guest session to signal and ptrace each other +- signal peer=@{profile_name}, +- ptrace peer=@{profile_name}, +- # needed when logging out of the guest session +- signal (receive) peer=unconfined, ++ # this doesn't work with the current Debian apparmor ++ #signal peer=@{profile_name}, ++ #ptrace peer=@{profile_name}, ++ ## needed when logging out of the guest session ++ #signal (receive) peer=unconfined, + + # silence warnings for stuff that we really don't want to grant + deny capability dac_override, diff --git a/debian/patches/series b/debian/patches/series index cf8297c..ea9e4a5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ 01_set-default-path.patch +02_fix-apparmor-profile.patch 05_debianize-pam-files.patch 06_allow_libpamsystemd_and_ck_together.patch -- 2.39.2