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
20       determine  which  package  versions  are  affected  by a given security
21       update.
22

OPTIONS

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

CONFIGURATION

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

SEE ALSO

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