diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2012-08-14 17:39:47 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2012-08-14 17:39:47 +0000 |
commit | d073369b9e98298ba5fd4ee36850741077e1bfe6 (patch) | |
tree | 1085fae8b701075053ff6a108e5ea8e264322834 /lxde-base | |
parent | Initial import of domain_name, dependency of mechanize. (diff) | |
download | gentoo-2-d073369b9e98298ba5fd4ee36850741077e1bfe6.tar.gz gentoo-2-d073369b9e98298ba5fd4ee36850741077e1bfe6.tar.bz2 gentoo-2-d073369b9e98298ba5fd4ee36850741077e1bfe6.zip |
Adding selinux support, patch thanks to Jory A. Pratt <anarchy@gentoo.org> bug #393329
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'lxde-base')
-rw-r--r-- | lxde-base/lxdm/ChangeLog | 7 | ||||
-rw-r--r-- | lxde-base/lxdm/files/lxdm-0.4.1-selinux-support.patch | 7 | ||||
-rw-r--r-- | lxde-base/lxdm/lxdm-0.4.1-r5.ebuild | 6 |
3 files changed, 18 insertions, 2 deletions
diff --git a/lxde-base/lxdm/ChangeLog b/lxde-base/lxdm/ChangeLog index e452725b0a75..b4788175f3ed 100644 --- a/lxde-base/lxdm/ChangeLog +++ b/lxde-base/lxdm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for lxde-base/lxdm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxdm/ChangeLog,v 1.19 2012/08/13 07:18:30 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxdm/ChangeLog,v 1.20 2012/08/14 17:39:47 vostorga Exp $ + + 14 Aug 2012; Víctor Ostorga <vostorga@gentoo.org> lxdm-0.4.1-r5.ebuild, + +files/lxdm-0.4.1-selinux-support.patch: + Adding selinux support, patch thanks to Jory A. Pratt <anarchy@gentoo.org> + bug #393329 13 Aug 2012; Steev Klimaszewski <steev@gentoo.org> lxdm-0.4.1-r5.ebuild, metadata.xml: diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-selinux-support.patch b/lxde-base/lxdm/files/lxdm-0.4.1-selinux-support.patch new file mode 100644 index 000000000000..c7df391b1040 --- /dev/null +++ b/lxde-base/lxdm/files/lxdm-0.4.1-selinux-support.patch @@ -0,0 +1,7 @@ +--- a/pam/lxdm 2011-12-05 17:30:39.749064359 -0600 ++++ b/pam/lxdm 2011-12-05 17:31:19.355569211 -0600 +@@ -7,3 +7,4 @@ + session required pam_loginuid.so + #session optional pam_console.so + session optional pam_gnome_keyring.so auto_start ++session optional pam_selinux.so diff --git a/lxde-base/lxdm/lxdm-0.4.1-r5.ebuild b/lxde-base/lxdm/lxdm-0.4.1-r5.ebuild index abfeaa423bf9..3a4fd7ae13cd 100644 --- a/lxde-base/lxdm/lxdm-0.4.1-r5.ebuild +++ b/lxde-base/lxdm/lxdm-0.4.1-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxdm/lxdm-0.4.1-r5.ebuild,v 1.4 2012/08/13 07:18:30 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxdm/lxdm-0.4.1-r5.ebuild,v 1.5 2012/08/14 17:39:47 vostorga Exp $ EAPI="2" @@ -42,6 +42,10 @@ src_prepare() { # 412025 epatch "${FILESDIR}"/${P}-event-check.patch + + # 393329 Selinux support + epatch "${FILESDIR}"/${P}-selinux-support.patch + # this replaces the bootstrap/autogen script in most packages eautoreconf |