aboutsummaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
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