update
Some checks failed
CI / test (push) Failing after 15s

This commit is contained in:
2026-05-06 05:02:38 +02:00
parent 74a56e3113
commit d5e1822644
9 changed files with 473 additions and 15 deletions

View File

@@ -82,6 +82,8 @@ def test_allows_expected_read_only_commands() -> None:
"systemctl status apache2",
"cat /etc/hosts",
"ss -lntp",
"rpm -q sssd",
"dpkg-query -W sssd",
]:
client.validate_read_only_command(command)