enable selinux support
authorBdale Garbee <bdale@gag.com>
Thu, 12 Jan 2012 00:50:51 +0000 (17:50 -0700)
committerBdale Garbee <bdale@gag.com>
Thu, 12 Jan 2012 00:50:51 +0000 (17:50 -0700)
debian/changelog
debian/control
debian/rules

index 6f9c1b0d37160f0d4975b79e6027fc7c0d455a50..ca6df5c01477b4834dc214813988ae470f3517dd 100644 (file)
@@ -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 <bdale@gag.com>  Wed, 11 Jan 2012 16:01:00 -0700
+ -- Bdale Garbee <bdale@gag.com>  Wed, 11 Jan 2012 16:18:13 -0700
 
 sudo (1.8.3p1-2) unstable; urgency=low
 
index ad4bd1812a56bb610afb4dbe87a49102cec8f8af..352670bcb8d3a8379d2d7e44ee9b94bbffcc9fe6 100644 (file)
@@ -2,7 +2,7 @@ Source: sudo
 Section: admin
 Priority: optional
 Maintainer: Bdale Garbee <bdale@gag.com>
-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
index b744a68318ef01caf683bd55dcee9d59b1307cba..725790acc3087b0c3e30ee1e44d741ef4dc6818e 100755 (executable)
@@ -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 \