From 021725628c5b6bdb00d9e853c649156813c17e57 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 26 Aug 2025 13:00:43 +0100 Subject: default-config: T7745: add a default operator group that allows all commands --- data/config.boot.default | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data') diff --git a/data/config.boot.default b/data/config.boot.default index 02f56da8f..cee350bad 100644 --- a/data/config.boot.default +++ b/data/config.boot.default @@ -33,6 +33,11 @@ system { } host-name "vyos" login { + operator-group default { + command-policy { + allow "*" + } + } user vyos { authentication { encrypted-password "$6$QxPS.uk6mfo$9QBSo8u1FkH16gMyAVhus6fU3LOzvLR9Z9.82m3tiHFAxTtIkhaZSWssSgzt4v4dGAL8rhVQxTg0oAG9/q11h/" -- cgit v1.2.3