Let an MDM policy set the groups the daemon sockets are restricted to

This commit is contained in:
Viktor Liu
2026-09-08 21:23:08 +02:00
parent b49b5494b4
commit 72bf5adad7
7 changed files with 157 additions and 19 deletions
+13
View File
@@ -204,6 +204,19 @@
</elements>
</policy>
<policy name="AllowGroups"
class="Machine"
displayName="$(string.AllowGroups_Name)"
explainText="$(string.AllowGroups_Help)"
key="Software\Policies\NetBird"
presentation="$(presentation.AllowGroups_Pres)">
<parentCategory ref="NetBird" />
<supportedOn ref="SUPPORTED_NetBird_All" />
<elements>
<text id="AllowGroups_Text" valueName="AllowGroups" required="false" />
</elements>
</policy>
<!-- ============================================================ -->
<!-- UI: visibility / UX kill switches -->
<!-- ============================================================ -->