diff options
| author | Daniil Baturin <daniil@baturin.org> | 2025-08-26 12:35:22 +0100 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2025-08-26 12:35:22 +0100 |
| commit | a0875bbbfc2b1155536d3420bbacf855e289aa89 (patch) | |
| tree | 7301be9e83a410fae8a8d52626b23ed63d2ad117 /src | |
| parent | 00c78f33a8772b847ef6c2ee8fcbcbaf8dc87cb5 (diff) | |
| download | vyos-1x-a0875bbbfc2b1155536d3420bbacf855e289aa89.tar.gz vyos-1x-a0875bbbfc2b1155536d3420bbacf855e289aa89.zip | |
op-mode: T7745: expose missing top-level op mode words to operator-level users
Diffstat (limited to 'src')
| -rw-r--r-- | src/opt/vyatta/etc/shell/level/users/allowed-op | 3 | ||||
| -rw-r--r-- | src/opt/vyatta/etc/shell/level/users/allowed-op.in | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/opt/vyatta/etc/shell/level/users/allowed-op b/src/opt/vyatta/etc/shell/level/users/allowed-op index 381fd26e5..8d4749628 100644 --- a/src/opt/vyatta/etc/shell/level/users/allowed-op +++ b/src/opt/vyatta/etc/shell/level/users/allowed-op @@ -11,7 +11,10 @@ exit force monitor ping +poweroff +reboot reset +restart release renew set diff --git a/src/opt/vyatta/etc/shell/level/users/allowed-op.in b/src/opt/vyatta/etc/shell/level/users/allowed-op.in index 9752f99a2..e01559b1c 100644 --- a/src/opt/vyatta/etc/shell/level/users/allowed-op.in +++ b/src/opt/vyatta/etc/shell/level/users/allowed-op.in @@ -7,7 +7,10 @@ exit force monitor ping +poweroff +reboot reset +restart release renew set |
