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

Yves-Alexis Perez corsac at moszumanska.debian.org
Tue May 6 21:09:41 UTC 2014


Author: corsac
Date: Tue May  6 21:09:41 2014
New Revision: 8425

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8425
Log:
* debian/patches:
  - 02_fix-apparmor-profile updated, fix chromium path in apparmor
    abstraction profile.                                      closes: #742829

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

Modified: goodies/trunk/lightdm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/changelog?rev=8425&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/changelog	(original)
+++ goodies/trunk/lightdm/debian/changelog	Tue May  6 21:09:41 2014
@@ -1,3 +1,11 @@
+lightdm (1.10.1-2) UNRELEASED; urgency=medium
+
+  * debian/patches:
+    - 02_fix-apparmor-profile updated, fix chromium path in apparmor
+      abstraction profile.                                      closes: #742829
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 06 May 2014 23:08:42 +0200
+
 lightdm (1.10.1-1) unstable; urgency=medium
 
   * New upstream release.

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=8425&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 21:09:41 2014
@@ -24,3 +24,21 @@
  
    # silence warnings for stuff that we really don't want to grant
    deny capability dac_override,
+--- a/data/apparmor/abstractions/lightdm_chromium-browser
++++ b/data/apparmor/abstractions/lightdm_chromium-browser
+@@ -8,6 +8,7 @@
+ # provided in abstractions/lightdm, this abstraction must be separate from
+ # abstractions/lightdm.
+ 
++  /usr/lib/chromium/chromium Cx -> chromium,
+   /usr/lib/chromium-browser/chromium-browser Cx -> chromium,
+   /usr/bin/webapp-container Cx -> chromium,
+   /usr/bin/webbrowser-app Cx -> chromium,
+@@ -53,6 +54,7 @@
+ 
+     /selinux/ r,
+ 
++    /usr/lib/chromium/chrome-sandbox ix,
+     /usr/lib/chromium-browser/chromium-browser-sandbox ix,
+     /usr/lib/@{multiarch}/oxide-qt/chrome-sandbox ix,
+     /opt/google/chrome-*/chrome-sandbox ix,




More information about the Pkg-xfce-commits mailing list