From 6f25143dee0c86b187f8376dd4efaa78228bdf05 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Wed, 8 Mar 2023 15:59:42 -0500 Subject: [PATCH] vlock_installed: apply only to platform machine The 'Check that vlock is installed to allow session locking' rule should not apply to containers. Signed-off-by: Craig Andrews --- .../console_screen_locking/vlock_installed/rule.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux_os/guide/system/accounts/accounts-physical/screen_locking/console_screen_locking/vlock_installed/rule.yml b/linux_os/guide/system/accounts/accounts-physical/screen_locking/console_screen_locking/vlock_installed/rule.yml index 42d25fea506..3fb6f9a49a3 100644 --- a/linux_os/guide/system/accounts/accounts-physical/screen_locking/console_screen_locking/vlock_installed/rule.yml +++ b/linux_os/guide/system/accounts/accounts-physical/screen_locking/console_screen_locking/vlock_installed/rule.yml @@ -58,3 +58,5 @@ template: pkgname@ubuntu1604: vlock pkgname@ubuntu1804: vlock pkgname@ubuntu2004: vlock + +platform: machine