From 169b45900b73c398bb421a1a179495f18e9ce6a3 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 11 Jan 2012 17:50:51 -0700 Subject: [PATCH] enable selinux support --- debian/changelog | 3 ++- debian/control | 2 +- debian/rules | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6f9c1b0..ca6df5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ sudo (1.8.3p1-3) unstable; urgency=low * make sudo-ldap package manage a sudoers entry in nsswitch.conf, closes: #610600, #639530 * enable mail_badpass in the default sudoers file, closes: #641218 + * enable selinux support, closes: #655510 - -- Bdale Garbee Wed, 11 Jan 2012 16:01:00 -0700 + -- Bdale Garbee Wed, 11 Jan 2012 16:18:13 -0700 sudo (1.8.3p1-2) unstable; urgency=low diff --git a/debian/control b/debian/control index ad4bd18..352670b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: sudo Section: admin Priority: optional Maintainer: Bdale Garbee -Build-Depends: debhelper (>= 7), libpam0g-dev, libldap2-dev, libsasl2-dev, autotools-dev, bison, flex +Build-Depends: debhelper (>= 7), libpam0g-dev, libldap2-dev, libsasl2-dev, libselinux1-dev, autotools-dev, bison, flex Standards-Version: 3.9.2 Vcs-Git: git://git.gag.com/debian/sudo Vcs-Browser: http://git.gag.com/?p=debian/sudo diff --git a/debian/rules b/debian/rules index b744a68..725790a 100755 --- a/debian/rules +++ b/debian/rules @@ -19,6 +19,7 @@ configure-stamp: CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(CURDIR)/configure \ --prefix=/usr -v \ --with-all-insults \ + --with-selinux \ --with-pam \ --with-fqdn \ --with-logging=syslog \ -- 2.47.2