diff options
| author | Daniil Baturin <daniil@vyos.io> | 2025-08-28 15:26:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-28 15:26:19 +0100 |
| commit | 133cb0c65d5aa2ca5a96feba6ab7adc3a8f1de58 (patch) | |
| tree | f395cec0aa9448a3b5d40eeeff361603f1d9b117 /data | |
| parent | d30039526bdd718f100a0f62986fb1e139d424f4 (diff) | |
| parent | 021725628c5b6bdb00d9e853c649156813c17e57 (diff) | |
| download | vyos-1x-133cb0c65d5aa2ca5a96feba6ab7adc3a8f1de58.tar.gz vyos-1x-133cb0c65d5aa2ca5a96feba6ab7adc3a8f1de58.zip | |
Merge pull request #4674 from dmbaturin/op-mode-permissions
op-mode: T7745: add a CLI for operator user command permissions
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.boot.default | 5 |
1 files changed, 5 insertions, 0 deletions
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/" |
