aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2015-04-26 10:55:24 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2015-04-26 10:55:24 +0200
commit79b5a33c11a111706b23e89dbbc5d6b76cb4e322 (patch)
treeba9f027eb44017cb6d0ab9a420af23d453faf0ec /conf
parentce354443bf6be7a03791a862306c154867e631c9 (diff)
downloadstrongswan-79b5a33c11a111706b23e89dbbc5d6b76cb4e322.tar.bz2
strongswan-79b5a33c11a111706b23e89dbbc5d6b76cb4e322.tar.xz
imv_policy_manager: Added capability to execute an allow or block shell command string
Diffstat (limited to 'conf')
-rw-r--r--conf/Makefile.am1
-rw-r--r--conf/options/imv_policy_manager.opt13
2 files changed, 14 insertions, 0 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am
index f10af25a2..7cee0cbd6 100644
--- a/conf/Makefile.am
+++ b/conf/Makefile.am
@@ -14,6 +14,7 @@ options = \
options/charon-logging.opt \
options/charon-systemd.opt \
options/imcv.opt \
+ options/imv_policy_manager.opt \
options/manager.opt \
options/medsrv.opt \
options/pacman.opt \
diff --git a/conf/options/imv_policy_manager.opt b/conf/options/imv_policy_manager.opt
new file mode 100644
index 000000000..6ed0efc2a
--- /dev/null
+++ b/conf/options/imv_policy_manager.opt
@@ -0,0 +1,13 @@
+imv_policy_manager.database =
+ 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.
+
+imv_policy_manager.load = sqlite
+ Plugins to load in IMV policy manager.
+
+imv_policy_manager.command_allow =
+ Shell command to be executed with recommendation allow.
+
+imv_policy_manager.command_block =
+ Shell command to be executed with all other recommendations.