diff options
| author | Laurent Bigonville <bigon@bigon.be> | 2016-04-21 01:29:35 +0200 |
|---|---|---|
| committer | Laurent Bigonville <bigon@bigon.be> | 2016-04-21 01:29:35 +0200 |
| commit | 7cba9af6f00e73f211ec9b6c88474044b421ba14 (patch) | |
| tree | 1f16f138d01afe1ea8c688469369265af7a8577d | |
| parent | 3126658b7450a0299166dab565f671253646e9e0 (diff) | |
Enable audit support
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 1 | ||||
| -rwxr-xr-x | debian/rules | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 310a0a8a..d7e37c8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ network-manager (1.1.94-2) UNRELEASED; urgency=medium * Enable SELinux support, this allows NM to properly set labels on the hostname files. + * Enable audit support - -- Laurent Bigonville <bigon@debian.org> Thu, 21 Apr 2016 01:11:44 +0200 + -- Laurent Bigonville <bigon@debian.org> Thu, 21 Apr 2016 01:29:23 +0200 network-manager (1.1.94-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 19a75466..9c3338c9 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Build-Depends: debhelper (>= 9.20160114), libpolkit-gobject-1-dev, libpolkit-agent-1-dev (>= 0.97), libselinux1-dev, + libaudit-dev, libgnutls28-dev (>= 2.12), uuid-dev, systemd (>= 185), diff --git a/debian/rules b/debian/rules index fa64ede7..a4d31b02 100755 --- a/debian/rules +++ b/debian/rules @@ -45,7 +45,8 @@ override_dh_auto_configure: --enable-concheck \ --enable-teamdctl \ --enable-bluez5-dun \ - --with-selinux=yes + --with-selinux=yes \ + --with-libaudit=yes override_dh_install: dh_install -X.la --list-missing |