1SEC-UPDATER(8)                    strongSwan                    SEC-UPDATER(8)
2
3
4

NAME

6       sec-updater  -  Extracts security update information of Linux distribu‐
7       tions
8

SYNOPSIS

10       sec-updater [--debug level] [--quiet] [--security] --os string --arch
11                   string --uri uri --file filename
12
13       sec-updater -h | --help
14

DESCRIPTION

16       sec-updater  extracts  information about security updates and backports
17       of Linux repositories (e.g. Debian or Ubuntu). This information is used
18       to  update  the  package  version  information  stored in the strongTNC
19       SQLite database. The "dbkg --compare-versions" command is used  to  de‐
20       termine which package versions are affected by a given security update.
21

OPTIONS

23       -h, --help
24              Prints  usage  information  and a short summary of the available
25              commands.
26
27       -v, --debug level
28              Set debug level, default: 1.
29
30       -q, --quiet
31              Disable debug output to stderr.
32
33       -s, --security
34              Set when parsing a distributions file with security updates.
35
36       -o, --os string
37              Name of operating system (OS). eg. "Ubuntu 16.04".
38
39       -o, --arch string
40              Name of HW architecture. eg. "x86_64".
41
42       -o, --uri uri
43              URI where to download deb package from.
44
45       -f, --file filename
46              Linux package information file to parse.
47

CONFIGURATION

49       The following parameters can be configured in strongswan.conf:
50
51        sec-updater {
52          database = sqlite:///etc/pts/config.db
53          swid_gen {
54              command = /usr/local/bin/swid_generator
55              tag_creator {
56                 name = strongSwan Project
57                 regid = strongswan.org
58              }
59           }
60           tnc_manage_command = /var/www/tnc/manage.py
61           tmp {
62              deb_file = /tmp/sec-updater.deb
63              tag_file = /tmp/sec-updater.tag
64           }
65        }
66

SEE ALSO

68       strongswan.conf(5)
69
70
71
72
735.9.6                             2017-08-25                    SEC-UPDATER(8)
Impressum