Source: util-linux Version: 2.20.1-5.7 Severity: wishlist Hi,
It would be nice if the audit support in util-linux could be enabled. The attached patch enable the support. 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 -u util-linux-2.20.1/debian/control util-linux-2.20.1/debian/control --- util-linux-2.20.1/debian/control +++ util-linux-2.20.1/debian/control @@ -1,5 +1,5 @@ Source: util-linux -Build-Depends: libncurses5-dev, libslang2-dev (>=2.0.4), gettext, zlib1g-dev, dpkg-dev (>=1.16.0), libselinux1-dev [linux-any], debhelper (>=5), lsb-release, pkg-config, po-debconf, autoconf, automake, autopoint, libtool +Build-Depends: libncurses5-dev, libslang2-dev (>=2.0.4), gettext, zlib1g-dev, dpkg-dev (>=1.16.0), libselinux1-dev [linux-any], debhelper (>=5), lsb-release, pkg-config, po-debconf, autoconf, automake, autopoint, libtool, libaudit-dev Section: base Priority: required Uploaders: Scott James Remnant <sc...@ubuntu.com>, Adam Conrad <adcon...@0c3.net> diff -u util-linux-2.20.1/debian/rules util-linux-2.20.1/debian/rules --- util-linux-2.20.1/debian/rules +++ util-linux-2.20.1/debian/rules @@ -36,7 +36,7 @@ CONFOPTS= --enable-raw --enable-rdev --with-slang --enable-ddate --enable-line CONFOPTS += --libdir=/lib/$(DEB_HOST_MULTIARCH) --libexecdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) ifeq ($(DEB_HOST_ARCH_OS),linux) -CONFOPTS += --with-selinux --enable-libmount-mount --enable-partx +CONFOPTS += --with-selinux --enable-libmount-mount --enable-partx --with-audit endif build: build-arch build-indep