You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.5 KiB
59 lines
1.5 KiB
From b6e6d374a5da571314e4b185ff8fdb38974aa9b0 Mon Sep 17 00:00:00 2001 |
|
From: =?UTF-8?q?Daniel=20Kope=C4=8Dek?= <dkopecek@redhat.com> |
|
Date: Fri, 12 May 2017 13:20:55 +0200 |
|
Subject: [PATCH 2/2] Fixed usbguard-daemon man page |
|
|
|
--- |
|
doc/usbguard-daemon.8 | 13 +++++++++++++ |
|
doc/usbguard-daemon.8.md | 6 ++++++ |
|
2 files changed, 19 insertions(+) |
|
|
|
diff --git a/doc/usbguard-daemon.8 b/doc/usbguard-daemon.8 |
|
index ad9a2a9..18c72fe 100644 |
|
--- a/doc/usbguard-daemon.8 |
|
+++ b/doc/usbguard-daemon.8 |
|
@@ -1,4 +1,7 @@ |
|
+.\" Automatically generated by Pandoc 1.17.0.3 |
|
+.\" |
|
.TH "USBGUARD\-DAEMON" "8" "June 2016" "" "" |
|
+.hy |
|
.SH NAME |
|
.PP |
|
\f[B]usbguard\-daemon\f[] \-\- USBGuard daemon |
|
@@ -48,6 +51,16 @@ Load configuration from a file at \f[I]path\f[] (default: |
|
.RS |
|
.RE |
|
.TP |
|
+.B \f[B]\-C\f[] |
|
+Drop capabilities to limit privileges of the process. |
|
+.RS |
|
+.RE |
|
+.TP |
|
+.B \f[B]\-W\f[] |
|
+Use a seccomp whitelist to limit available syscalls to the process. |
|
+.RS |
|
+.RE |
|
+.TP |
|
.B \f[B]\-h\f[] |
|
Show the help/usage screen. |
|
.RS |
|
diff --git a/doc/usbguard-daemon.8.md b/doc/usbguard-daemon.8.md |
|
index 40dc4be..3e2fcaf 100644 |
|
--- a/doc/usbguard-daemon.8.md |
|
+++ b/doc/usbguard-daemon.8.md |
|
@@ -34,6 +34,12 @@ The **usbguard-daemon** is the main component of the USBGuard software framework |
|
**-c** <*path*> |
|
: Load configuration from a file at *path* (default: */etc/usbguard/usbguard-daemon.conf*). |
|
|
|
+**-C** |
|
+: Drop capabilities to limit privileges of the process. |
|
+ |
|
+**-W** |
|
+: Use a seccomp whitelist to limit available syscalls to the process. |
|
+ |
|
**-h** |
|
: Show the help/usage screen. |
|
|
|
-- |
|
2.9.3 |
|
|
|
|