aboutsummaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-01-27 18:43:21 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-01-27 18:43:21 +0200
commit51574b7396bc9bb917a1d442c3b3f7ff1cd31c2c (patch)
tree1632b836d19ea37eb841235a222118c3d022d732 /Kconfig
parentpluginloader: generate keys by meson (diff)
downloadsmolbote-51574b7396bc9bb917a1d442c3b3f7ff1cd31c2c.tar.xz
Refactor Browser::addPlugin to ::loadPlugins
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/Kconfig b/Kconfig
index 62309b0..1564f19 100644
--- a/Kconfig
+++ b/Kconfig
@@ -144,20 +144,20 @@ config USEPLUGINS
menu "Plugin Settings"
depends on USEPLUGINS
- config plugins.path
+ config PLUGINS_PATH
string "Plugin load location"
default "~/.config/smolbote/plugins.d"
- choice PLUGIN_SIGNATURE_CHECK
+ choice PLUGINS_SIGNATURE_CHECK
bool "Plugin Signature enforcement"
- default PLUGIN_SIGNATURE_CHECKED
- config PLUGIN_SIGNATURE_IGNORED
+ default PLUGINS_SIGNATURE_CHECKED
+ config PLUGINS_SIGNATURE_IGNORED
bool "Don't check plugin signatures"
- config PLUGIN_SIGNATURE_CHECKED
+ config PLUGINS_SIGNATURE_CHECKED
bool "Don't load plugins with invalid signatures"
- config PLUGIN_SIGNATURE_ENFORCED
+ config PLUGINS_SIGNATURE_ENFORCED
bool "Only load plugins with valid signatures"
endchoice
- config PLUGIN_SIGNATURE_HASH
+ config PLUGINS_SIGNATURE_HASH
string "Hashing algorithm used by the signature"
default "SHA256"
endmenu