conf: Install config files world-readable but warn about permissions for certain options

This commit is contained in:
Tobias Brunner
2014-02-12 15:16:57 +01:00
parent 5422bb9070
commit efce4559e8
12 changed files with 28 additions and 15 deletions
+2 -1
View File
@@ -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.
+2 -1
View File
@@ -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).
+2 -1
View File
@@ -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.
+2 -1
View File
@@ -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.
+3 -1
View File
@@ -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.
+2 -1
View File
@@ -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.