aboutsummaryrefslogtreecommitdiffstats
path: root/src/sec-updater/sec-updater.8.in
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-08-25 11:23:20 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-09-01 11:19:40 +0200
commitb84817375d1cb2a40f6f004ea619e4f7cfab6da5 (patch)
tree2129f9264e6543f197fa4da3f740a736f3bb4e66 /src/sec-updater/sec-updater.8.in
parent076aac70693d7e49c1357cee406ad21ca98000bc (diff)
downloadstrongswan-b84817375d1cb2a40f6f004ea619e4f7cfab6da5.tar.bz2
strongswan-b84817375d1cb2a40f6f004ea619e4f7cfab6da5.tar.xz
sec-updater: Checks for security updates
sec-updater checks for security updates and backports in Debian/ Ubuntu repositories and sets the security flags in the strongTNC policy database accordingly.
Diffstat (limited to 'src/sec-updater/sec-updater.8.in')
-rw-r--r--src/sec-updater/sec-updater.8.in65
1 files changed, 65 insertions, 0 deletions
diff --git a/src/sec-updater/sec-updater.8.in b/src/sec-updater/sec-updater.8.in
new file mode 100644
index 000000000..e58f3b99a
--- /dev/null
+++ b/src/sec-updater/sec-updater.8.in
@@ -0,0 +1,65 @@
+.TH SEC-UPDATER 8 "2017-08-25" "@PACKAGE_VERSION@" "strongSwan"
+.
+.SH "NAME"
+.
+sec-updater \- Extracts security update information of Linux distributions
+.
+.SH "SYNOPSIS"
+.
+.SY "sec-updater"
+.OP \-\-debug level
+.OP \-\-quiet
+.OP \-\-security
+.BI \-\-product " name"
+.BI \-\-file " filename"
+.YS
+.
+.SY "sec-updater"
+.B \-h
+|
+.B \-\-help
+.YS
+.
+.SH "DESCRIPTION"
+.
+.B sec-updater
+extracts information about security updates and backports of Linux repositories
+(e.g. Debian or Ubuntu). This information is used to update the package version
+information stored in the strongTNC SQLite database. The "dbkg --compare-versions"
+command is used to determine which package versions are affected by a given
+security update.
+.
+.SH "OPTIONS"
+.
+.TP
+.B "\-h, \-\-help"
+Prints usage information and a short summary of the available commands.
+.TP
+.BI "\-v, \-\-debug " level
+Set debug level, default: 1.
+.TP
+.B "\-q, \-\-quiet"
+Disable debug output to stderr.
+.TP
+.B "\-s, \-\-security"
+Set when parsing a distributions file with security updates.
+.TP
+.BI "\-p, \-\-product " name
+Name of Linux version as stored in database. eg. "Ubuntu 16.04 x86_64".
+.TP
+.BI "\-f, \-\-file " filename
+Linux package information file to parse.
+.
+.SH "CONFIGURATION"
+.
+The following parameter must be configured in strongswan.conf:
+.P
+ sec-updater {
+ database = sqlite:///etc/pts/config.db
+ }
+.P
+.
+.SH "SEE ALSO"
+.
+.BR strongswan.conf (5)
+