Skip to content

Commit 0217256

Browse files
committed
default-config: T7745: add a default operator group
that allows all commands
1 parent a0875bb commit 0217256

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

data/config.boot.default

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ system {
3333
}
3434
host-name "vyos"
3535
login {
36+
operator-group default {
37+
command-policy {
38+
allow "*"
39+
}
40+
}
3641
user vyos {
3742
authentication {
3843
encrypted-password "$6$QxPS.uk6mfo$9QBSo8u1FkH16gMyAVhus6fU3LOzvLR9Z9.82m3tiHFAxTtIkhaZSWssSgzt4v4dGAL8rhVQxTg0oAG9/q11h/"

0 commit comments

Comments
 (0)