diff options
author | Christian Breunig <christian@breunig.cc> | 2024-08-26 20:23:32 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-09-16 17:28:50 +0200 |
commit | b78cc96cc4c4d506b7e959ec6ec9c3e7fc09fc33 (patch) | |
tree | e4769e5024246c8cd84cd4318b6cc3fc9a4d7fee /src/etc | |
parent | 56cd7de907ef26ae27909a5d468768bb6e1e7f6f (diff) | |
download | vyos-1x-b78cc96cc4c4d506b7e959ec6ec9c3e7fc09fc33.tar.gz vyos-1x-b78cc96cc4c4d506b7e959ec6ec9c3e7fc09fc33.zip |
T861: op-mode: "show version" will display secure boot state
vyos@vyos:~$ show ver
...
Architecture: x86_64
Boot via: installed image
System type: KVM guest
Secure Boot: enabled
...
Diffstat (limited to 'src/etc')
-rw-r--r-- | src/etc/sudoers.d/vyos | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/etc/sudoers.d/vyos b/src/etc/sudoers.d/vyos index 63a944f41..67d7babc4 100644 --- a/src/etc/sudoers.d/vyos +++ b/src/etc/sudoers.d/vyos @@ -57,4 +57,7 @@ Cmnd_Alias KEA_IP6_ROUTES = /sbin/ip -6 route replace *,\ # Allow members of group sudo to execute any command %sudo ALL=NOPASSWD: ALL +# Allow any user to query Machine Owner Key status +%sudo ALL=NOPASSWD: /usr/bin/mokutil + _kea ALL=NOPASSWD: KEA_IP6_ROUTES |