From 39e593800a47eac22837fb262f7e02ee61c12c0f Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Mon, 14 Aug 2023 18:31:21 +0200 Subject: [PATCH] Forbid Zone#endpoints modification The cluster tree can't be runtime-altered anyway. --- lib/remote/zone.ti | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/remote/zone.ti b/lib/remote/zone.ti index 25f6a642dc2..e06d92d3bdc 100644 --- a/lib/remote/zone.ti +++ b/lib/remote/zone.ti @@ -15,7 +15,7 @@ class Zone : ConfigObject }}} }; - [config] array(name(Endpoint)) endpoints (EndpointsRaw); + [config, no_user_modify] array(name(Endpoint)) endpoints (EndpointsRaw); [config] bool global; [no_user_modify, no_storage] array(Value) all_parents { get;