From c7c8ca475b295b42de128c818d4675f5c8b994b3 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Mon, 23 Jun 2025 13:56:02 +0200 Subject: [PATCH] config: add missing description for enforce_permissions --- src/config/ConfigDescriptions.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/ConfigDescriptions.hpp b/src/config/ConfigDescriptions.hpp index d9e023f1..5ff88ea0 100644 --- a/src/config/ConfigDescriptions.hpp +++ b/src/config/ConfigDescriptions.hpp @@ -1614,6 +1614,12 @@ inline static const std::vector CONFIG_OPTIONS = { .type = CONFIG_OPTION_BOOL, .data = SConfigOptionDescription::SBoolData{false}, }, + SConfigOptionDescription{ + .value = "ecosystem:enforce_permissions", + .description = "whether to enable permission control (see https://wiki.hypr.land/Configuring/Permissions/).", + .type = CONFIG_OPTION_BOOL, + .data = SConfigOptionDescription::SBoolData{false}, + }, /* * debug: