Source: sudo
Version: 1.8.9p5-1
Severity: wishlist
Tags: patch

Hi,

It would be nice is the audit support on linux architectures was enable.

This is allowing the auditing of SELinux roles changes.

The attached patch enable this.

On a side note, is there any reasons the "configure_args" variable is
not passed to the ldap variant?

Cheers,

Laurent Bigonville

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru sudo-1.8.9p5/debian/control sudo-1.8.9p5/debian/control
--- sudo-1.8.9p5/debian/control	2014-02-04 19:46:35.000000000 +0100
+++ sudo-1.8.9p5/debian/control	2014-04-25 01:04:52.000000000 +0200
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Bdale Garbee <bd...@gag.com>
-Build-Depends: debhelper (>= 7), libpam0g-dev, libldap2-dev, libsasl2-dev, libselinux1-dev [linux-any], autoconf, autotools-dev, bison, flex
+Build-Depends: debhelper (>= 7), libpam0g-dev, libldap2-dev, libsasl2-dev, libselinux1-dev [linux-any], autoconf, autotools-dev, bison, flex, libaudit-dev [linux-any]
 Standards-Version: 3.9.5
 Vcs-Git: git://git.debian.org/git/collab-maint/sudo.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/sudo.git
diff -Nru sudo-1.8.9p5/debian/rules sudo-1.8.9p5/debian/rules
--- sudo-1.8.9p5/debian/rules	2014-02-04 19:46:35.000000000 +0100
+++ sudo-1.8.9p5/debian/rules	2014-04-25 01:02:52.000000000 +0200
@@ -10,7 +10,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 ifeq ($(DEB_HOST_ARCH_OS),linux)
-  configure_args += --with-selinux
+  configure_args += --with-selinux --with-linux-audit
 endif
 
 reconf-stamp:

Reply via email to