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: