diff options
author | Christian Breunig <christian@breunig.cc> | 2023-04-04 19:22:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 19:22:40 +0200 |
commit | 73c797b0b369367cb505c2c770926387bf147c69 (patch) | |
tree | def315c331f81ba4b5d7cc36bb10bd60aff70f61 /debian/control | |
parent | e520e08410131a1a65723fd32aeb1d278efa42c4 (diff) | |
parent | f72fa135986186544b6125481bae4691ddd4dded (diff) | |
download | vyos-1x-73c797b0b369367cb505c2c770926387bf147c69.tar.gz vyos-1x-73c797b0b369367cb505c2c770926387bf147c69.zip |
Merge pull request #1938 from sever-sever/T5142
T5142: Add audit tool to monitor security-relevant events
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 8cd49f62a..856f57030 100644 --- a/debian/control +++ b/debian/control @@ -35,6 +35,7 @@ Architecture: amd64 arm64 Depends: ${python3:Depends}, accel-ppp, + auditd, avahi-daemon, beep, bmon, @@ -80,6 +81,7 @@ Depends: lcdproc, lcdproc-extra-drivers, libatomic1, + libauparse0, libbpf1 [amd64], libcharon-extra-plugins (>=5.9), libcharon-extauth-plugins (>=5.9), |