[Pkg-xfce-commits] r7345 - goodies/branches/experimental/lightdm/debian

Yves-Alexis Perez corsac at alioth.debian.org
Fri Mar 8 09:43:24 UTC 2013


Author: corsac
Date: 2013-03-08 21:43:24 +0000 (Fri, 08 Mar 2013)
New Revision: 7345

Modified:
   goodies/branches/experimental/lightdm/debian/changelog
   goodies/branches/experimental/lightdm/debian/rules
Log:
fix permissions on apparmor profiles.

Modified: goodies/branches/experimental/lightdm/debian/changelog
===================================================================
--- goodies/branches/experimental/lightdm/debian/changelog	2013-03-08 07:28:07 UTC (rev 7344)
+++ goodies/branches/experimental/lightdm/debian/changelog	2013-03-08 21:43:24 UTC (rev 7345)
@@ -12,6 +12,7 @@
   * debian/rules:
     - enable all hardening flags.
     - fix gdmflexiserver removal
+    - fix permissions on apparmor profiles.
   * debian/lightdm.install:
     - install apparmor profiles.
 

Modified: goodies/branches/experimental/lightdm/debian/rules
===================================================================
--- goodies/branches/experimental/lightdm/debian/rules	2013-03-08 07:28:07 UTC (rev 7344)
+++ goodies/branches/experimental/lightdm/debian/rules	2013-03-08 21:43:24 UTC (rev 7345)
@@ -14,6 +14,7 @@
 override_dh_install:
 	find debian/tmp -name '*.la' -delete
 	find debian/tmp/usr/lib/ -name gdmflexiserver -delete
+	find debian/tmp/etc/apparmor.d -type f -exec chmod 0644 '{}' \;
 	dh_install --fail-missing -X etc/init/lightdm.conf
 
 %:




More information about the Pkg-xfce-commits mailing list