conf: Install config files world-readable but warn about permissions for certain options
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
attest.database =
|
||||
Path to database with file measurement information.
|
||||
File measurement information database URI. If it contains a password, make
|
||||
sure to adjust the permissions of the config file accordingly.
|
||||
|
||||
attest.load =
|
||||
Plugins to load in ipsec attest tool.
|
||||
|
||||
@@ -6,7 +6,8 @@ charon.imcv.assessment_result = yes
|
||||
Whether IMVs send a standard IETF Assessment Result attribute.
|
||||
|
||||
charon.imcv.database =
|
||||
Global IMV policy database URI.
|
||||
Global IMV policy database URI. If it contains a password, make sure to
|
||||
adjust the permissions of the config file accordingly.
|
||||
|
||||
charon.imcv.os_info.name =
|
||||
Manually set the name of the client OS (e.g. Ubuntu).
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
manager.database =
|
||||
Credential database URI for manager.
|
||||
Credential database URI for manager. If it contains a password, make
|
||||
sure to adjust the permissions of the config file accordingly.
|
||||
|
||||
manager.debug = no
|
||||
Enable debugging in manager.
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
medsrv.database =
|
||||
Mediation server database URI.
|
||||
Mediation server database URI. If it contains a password, make
|
||||
sure to adjust the permissions of the config file accordingly.
|
||||
|
||||
medsrv.debug = no
|
||||
Debugging in mediation server web application.
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
pacman.database =
|
||||
Database URI for the database that stores the package information.
|
||||
Database URI for the database that stores the package information. If it
|
||||
contains a password, make sure to adjust the permissions of the config file
|
||||
accordingly.
|
||||
|
||||
pacman.load =
|
||||
Plugins to load in package manager.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
pool.database
|
||||
Database URI for the database that stores IP pools and configuration
|
||||
attributes.
|
||||
attributes. If it contains a password, make sure to adjust the permissions
|
||||
of the config file accordingly.
|
||||
|
||||
pool.load =
|
||||
Plugins to load in ipsec pool tool.
|
||||
|
||||
Reference in New Issue
Block a user