mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-27 11:41:14 +00:00
docs/windows/policy: add ADMX policy definition for AllowTailscaledRestart
Updates tailscale/corp#32675 Signed-off-by: Nick Khyl <nickk@tailscale.com>
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
<string id="SINCE_V1_82">Tailscale version 1.82.0 and later</string>
|
<string id="SINCE_V1_82">Tailscale version 1.82.0 and later</string>
|
||||||
<string id="SINCE_V1_84">Tailscale version 1.84.0 and later</string>
|
<string id="SINCE_V1_84">Tailscale version 1.84.0 and later</string>
|
||||||
<string id="SINCE_V1_86">Tailscale version 1.86.0 and later</string>
|
<string id="SINCE_V1_86">Tailscale version 1.86.0 and later</string>
|
||||||
|
<string id="SINCE_V1_90">Tailscale version 1.90.0 and later</string>
|
||||||
<string id="Tailscale_Category">Tailscale</string>
|
<string id="Tailscale_Category">Tailscale</string>
|
||||||
<string id="UI_Category">UI customization</string>
|
<string id="UI_Category">UI customization</string>
|
||||||
<string id="Settings_Category">Settings</string>
|
<string id="Settings_Category">Settings</string>
|
||||||
@@ -121,6 +122,14 @@ If you enable this policy setting, you can specify how long Tailscale will wait
|
|||||||
If you disable or don't configure this policy setting, Tailscale will only reconnect if a user chooses to or if required by a different policy setting.
|
If you disable or don't configure this policy setting, Tailscale will only reconnect if a user chooses to or if required by a different policy setting.
|
||||||
|
|
||||||
Refer to https://pkg.go.dev/time#ParseDuration for information about the supported duration strings.]]></string>
|
Refer to https://pkg.go.dev/time#ParseDuration for information about the supported duration strings.]]></string>
|
||||||
|
<string id="AllowTailscaledRestart">Allow users to restart tailscaled</string>
|
||||||
|
<string id="AllowTailscaledRestart_Help"><![CDATA[This policy setting controls whether users are allowed to fully reset the connection by restarting tailscaled. This can be useful for troubleshooting certain connectivity issues.
|
||||||
|
|
||||||
|
If you enable this policy setting, the "Restart Connection" menu item will be shown in the Tailscale menu.
|
||||||
|
|
||||||
|
If you disable this policy setting, the "Restart Connection" menu item is hidden and restarting tailscaled isn't allowed.
|
||||||
|
|
||||||
|
If you do not configure this policy setting, the behavior may vary depending on the Tailscale version and other factors, such as user access rights on the device.]]></string>
|
||||||
<string id="ExitNodeAllowLANAccess">Allow Local Network Access when an Exit Node is in use</string>
|
<string id="ExitNodeAllowLANAccess">Allow Local Network Access when an Exit Node is in use</string>
|
||||||
<string id="ExitNodeAllowLANAccess_Help"><![CDATA[This policy can be used to require that the Allow Local Network Access setting is configured a certain way.
|
<string id="ExitNodeAllowLANAccess_Help"><![CDATA[This policy can be used to require that the Allow Local Network Access setting is configured a certain way.
|
||||||
|
|
||||||
|
|||||||
@@ -70,6 +70,10 @@
|
|||||||
displayName="$(string.SINCE_V1_86)">
|
displayName="$(string.SINCE_V1_86)">
|
||||||
<and><reference ref="TAILSCALE_PRODUCT"/></and>
|
<and><reference ref="TAILSCALE_PRODUCT"/></and>
|
||||||
</definition>
|
</definition>
|
||||||
|
<definition name="SINCE_V1_90"
|
||||||
|
displayName="$(string.SINCE_V1_90)">
|
||||||
|
<and><reference ref="TAILSCALE_PRODUCT"/></and>
|
||||||
|
</definition>
|
||||||
</definitions>
|
</definitions>
|
||||||
</supportedOn>
|
</supportedOn>
|
||||||
<categories>
|
<categories>
|
||||||
@@ -187,6 +191,16 @@
|
|||||||
<text id="ReconnectAfterDelay" valueName="ReconnectAfter" required="true" />
|
<text id="ReconnectAfterDelay" valueName="ReconnectAfter" required="true" />
|
||||||
</elements>
|
</elements>
|
||||||
</policy>
|
</policy>
|
||||||
|
<policy name="AllowTailscaledRestart" class="Machine" displayName="$(string.AllowTailscaledRestart)" explainText="$(string.AllowTailscaledRestart_Help)" key="Software\Policies\Tailscale" valueName="AllowTailscaledRestart">
|
||||||
|
<parentCategory ref="Settings_Category" />
|
||||||
|
<supportedOn ref="SINCE_V1_90" />
|
||||||
|
<enabledValue>
|
||||||
|
<decimal value="1" />
|
||||||
|
</enabledValue>
|
||||||
|
<disabledValue>
|
||||||
|
<decimal value="0" />
|
||||||
|
</disabledValue>
|
||||||
|
</policy>
|
||||||
<policy name="ExitNodeAllowLANAccess" class="Machine" displayName="$(string.ExitNodeAllowLANAccess)" explainText="$(string.ExitNodeAllowLANAccess_Help)" key="Software\Policies\Tailscale" valueName="ExitNodeAllowLANAccess">
|
<policy name="ExitNodeAllowLANAccess" class="Machine" displayName="$(string.ExitNodeAllowLANAccess)" explainText="$(string.ExitNodeAllowLANAccess_Help)" key="Software\Policies\Tailscale" valueName="ExitNodeAllowLANAccess">
|
||||||
<parentCategory ref="Settings_Category" />
|
<parentCategory ref="Settings_Category" />
|
||||||
<supportedOn ref="PARTIAL_FULL_SINCE_V1_56" />
|
<supportedOn ref="PARTIAL_FULL_SINCE_V1_56" />
|
||||||
|
|||||||
Reference in New Issue
Block a user