Move apparmor-info, apparmor-watch to security-misc, enable systemd-journald audit transport

This commit is contained in:
Aaron Rainbolt 2025-10-30 23:05:19 -05:00
parent b168c37e84
commit d1e148eba7
No known key found for this signature in database
GPG key ID: A709160D73C79109
9 changed files with 164 additions and 0 deletions

View file

@ -103,6 +103,9 @@ case "$1" in
chmod 0600 "${usbguard_config_file}"
fi
done
## Enable systemd-journald audit transport
deb-systemd-helper enable systemd-journald-audit.socket
;;
abort-upgrade|abort-remove|abort-deconfigure)