diff options
| author | Nicolas Vandamme <n.vandamme@firis-system.lu> | 2025-09-01 17:24:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-01 17:24:26 +0200 |
| commit | a791cc3b7bb28081a6e79a988964f1fc51a47dae (patch) | |
| tree | ef5e734bf580f1abfd7d3d4ea30240d8d9fb1278 /data/config.boot.default | |
| parent | b9f60711392463af1892a30472fba6622a73390a (diff) | |
| parent | b1b4545cb7984cd3cdf42554ab2b28acd1ecb6cb (diff) | |
| download | vyos-1x-a791cc3b7bb28081a6e79a988964f1fc51a47dae.tar.gz vyos-1x-a791cc3b7bb28081a6e79a988964f1fc51a47dae.zip | |
Merge branch 'vyos:current' into current
Diffstat (limited to 'data/config.boot.default')
| -rw-r--r-- | data/config.boot.default | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/data/config.boot.default b/data/config.boot.default index 93369d9b7..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/" @@ -40,8 +45,11 @@ system { } } } + option { + reboot-on-upgrade-failure 5 + } syslog { - global { + local { facility all { level "info" } |
