mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-28 21:52:35 -05:00
Move apparmor-info, apparmor-watch to security-misc, enable systemd-journald audit transport
This commit is contained in:
parent
b168c37e84
commit
d1e148eba7
9 changed files with 164 additions and 0 deletions
25
auto-generated-man-pages/apparmor-info.8
Normal file
25
auto-generated-man-pages/apparmor-info.8
Normal 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)\.
|
||||
13
auto-generated-man-pages/apparmor-watch.8
Normal file
13
auto-generated-man-pages/apparmor-watch.8
Normal 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)\.
|
||||
Loading…
Add table
Add a link
Reference in a new issue