[Pkg-xfce-commits] r8420 - in /goodies/trunk/lightdm/debian: changelog patches/02_fix-apparmor-profile.patch patches/series

Yves-Alexis Perez corsac at moszumanska.debian.org
Tue May 6 05:42:30 UTC 2014


Author: corsac
Date: Tue May  6 05:42:29 2014
New Revision: 8420

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8420
Log:
* debian/patches:
  - really apply 02_fix-apparmor-profile, update it.  (really) closes:#736075

Modified:
    goodies/trunk/lightdm/debian/changelog
    goodies/trunk/lightdm/debian/patches/02_fix-apparmor-profile.patch
    goodies/trunk/lightdm/debian/patches/series

Modified: goodies/trunk/lightdm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/changelog?rev=8420&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/changelog	(original)
+++ goodies/trunk/lightdm/debian/changelog	Tue May  6 05:42:29 2014
@@ -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 <corsac at debian.org>  Mon, 28 Apr 2014 23:24:23 +0200
 

Modified: goodies/trunk/lightdm/debian/patches/02_fix-apparmor-profile.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/patches/02_fix-apparmor-profile.patch?rev=8420&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/patches/02_fix-apparmor-profile.patch	(original)
+++ goodies/trunk/lightdm/debian/patches/02_fix-apparmor-profile.patch	Tue May  6 05:42:29 2014
@@ -8,3 +8,19 @@
    #include <abstractions/nameservice>
    #include <abstractions/wutmp>
    /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,

Modified: goodies/trunk/lightdm/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/patches/series?rev=8420&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/patches/series	(original)
+++ goodies/trunk/lightdm/debian/patches/series	Tue May  6 05:42:29 2014
@@ -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




More information about the Pkg-xfce-commits mailing list