123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- .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 \-\-os " string"
- .BI \-\-arch " string"
- .BI \-\-uri " uri"
- .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 "\-o, \-\-os " string
- Name of operating system (OS). eg. "Ubuntu 16.04".
- .TP
- .BI "\-o, \-\-arch " string
- Name of HW architecture. eg. "x86_64".
- .TP
- .BI "\-o, \-\-uri " uri
- URI where to download deb package from.
- .TP
- .BI "\-f, \-\-file " filename
- Linux package information file to parse.
- .
- .SH "CONFIGURATION"
- .
- The following parameters can be configured in strongswan.conf:
- .P
- sec-updater {
- database = sqlite:///etc/pts/config.db
- swid_gen {
- command = /usr/local/bin/swid_generator
- tag_creator {
- name = strongSwan Project
- regid = strongswan.org
- }
- }
- tnc_manage_command = /var/www/tnc/manage.py
- tmp {
- deb_file = /tmp/sec-updater.deb
- tag_file = /tmp/sec-updater.tag
- }
- }
- .
- .SH "SEE ALSO"
- .
- .BR strongswan.conf (5)
|