config: disable role-based endpoints in the default configuration

This commit is contained in:
George Kiagiadakis 2021-05-28 17:36:57 +03:00
parent ae99e50182
commit 94dd3c4c1c

View file

@ -1,3 +1,8 @@
-- uncomment to enable role-based endpoints
-- this is not yet ready for desktop use
--
--[[
default_policy.policy.roles = {
["Multimedia"] = {
["alias"] = { "Movie", "Music", "Game" },
@ -30,3 +35,5 @@ default_policy.endpoints = {
["role"] = "Alert",
},
}
]]--