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

@ -0,0 +1,25 @@
.\" generated with Ronn-NG/v0.10.1
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
.TH "APPARMOR\-INFO" "8" "January 2020" "security-misc" "security-misc Manual"
.SH "NAME"
\fBapparmor\-info\fR \- Shows AppArmor DENIED Log Messages
.SH "SYNOPSIS"
\fBapparmor\-info\fR
.SH "DESCRIPTION"
Shows AppArmor DENIED log messages\.
.P
If there are no DENIED log messages, outputs nothing\.
.SH "RETURN VALUES"
.IP "\(bu" 4
\fB0\fR No DENIED messages found, OK\.
.IP "\(bu" 4
\fB1\fR DENIED messages found\.
.IP "" 0
.SH "EXAMPLE"
\fBsudo apparmor\-info ; echo $?\fR
.P
\fB0\fR
.P
No output from \fBapparmor\-info\fR with exit code \fB0\fR\. Meaning, no \fBDENIED\fR messages found, OK\.
.SH "AUTHOR"
This man page has been written by Patrick Schleizer (adrelanos@whonix\.org)\.

View file

@ -0,0 +1,13 @@
.\" generated with Ronn-NG/v0.10.1
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
.TH "APPARMOR\-WATCH" "8" "January 2020" "security-misc" "security-misc Manual"
.SH "NAME"
\fBapparmor\-watch\fR \- Watch AppArmor DENIED and ALLOWED Log Messages
.SH "SYNOPSIS"
\fBapparmor\-watch\fR
.SH "DESCRIPTION"
Watches for AppArmor \fBDENIED\fR and \fBALLOWED\fR log messages\.
.SH "EXAMPLE"
\fBsudo apparmor\-watch\fR
.SH "AUTHOR"
This man page has been written by Patrick Schleizer (adrelanos@whonix\.org)\.