File tree 4 files changed +4
-1
lines changed
4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
- Add io_uring support
7
7
- Add support for new FANOTIFY record fields
8
8
- Add keyword, this-hour, to ausearch/report start/end options
9
+ - Add Requires.private to audit.pc file
9
10
10
11
3.0.9
11
12
- In auditd, release the async flush lock on stop
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ Future roadmap (subject to change):
13
13
* Support TLS PSK as remote logging transport
14
14
* Add rule verify to detect mismatch between in-kernel and on-disk rules
15
15
* audisp-remote, add config to say what home network is so laptops don't try if their not on a network that can reach the server.
16
- * Fix audit.pc.in to use Requires.private
17
16
* Change ausearch to output name="" unless its a real null. (mount) ausearch-report.c, 523. FIXME
18
17
* Fix SIGHUP for auditd network settings
19
18
* Add ability to filter events in auditd
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ Version: @VERSION@
9
9
Libs: -L${libdir} -laudit
10
10
Libs.private: @CAPNG_LDADD@
11
11
Cflags: -I${includedir}
12
+ Requires.private: @CAPNG_PKG@
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ AC_DEFUN([LIBCAP_NG_PATH],
33
33
AC_MSG_CHECKING ( whether to use libcap-ng )
34
34
if test x$CAPNG_LDADD != x ; then
35
35
AC_DEFINE ( HAVE_LIBCAP_NG ,1 ,[ libcap-ng support] )
36
+ CAPNG_PKG="libcap-ng"
37
+ AC_SUBST ( CAPNG_PKG )
36
38
AC_MSG_RESULT ( yes )
37
39
else
38
40
AC_MSG_RESULT ( no )
You can’t perform that action at this time.
0 commit comments