diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-25 15:03:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-25 15:03:41 +0200 |
commit | ef8772773ad7b00be937b9b25bb294f4f887a3dc (patch) | |
tree | 85a3af716fdd374449c2f7653109ee0aecc0588c /op-mode-definitions | |
parent | 77882b889c88b3b6d9d181b043ca7cc9cd5a2782 (diff) | |
parent | 059307f924c604eb2bdeab19a2db8ce6d8e09f90 (diff) | |
download | vyos-1x-ef8772773ad7b00be937b9b25bb294f4f887a3dc.tar.gz vyos-1x-ef8772773ad7b00be937b9b25bb294f4f887a3dc.zip |
Merge pull request #977 from dmbaturin/no-system-integrity
T3773: delete the original "show system integrity" command
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-system.xml.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/op-mode-definitions/show-system.xml.in b/op-mode-definitions/show-system.xml.in index 5e9bf719e..18a28868d 100644 --- a/op-mode-definitions/show-system.xml.in +++ b/op-mode-definitions/show-system.xml.in @@ -55,12 +55,6 @@ </properties> <command>${vyos_op_scripts_dir}/show_cpu.py</command> </leafNode> - <leafNode name= "integrity"> - <properties> - <help>Checks overall system integrity</help> - </properties> - <command>sudo ${vyos_op_scripts_dir}/show_system_integrity.py</command> - </leafNode> <leafNode name="kernel-messages"> <properties> <help>Show messages in kernel ring buffer</help> |