From 19825b55657ebe9c35672d8170bdf900d5985d81 Mon Sep 17 00:00:00 2001 From: Martin Schurz Date: Sun, 19 Nov 2023 16:49:11 +0100 Subject: [PATCH] fix formating Signed-off-by: Martin Schurz --- inspec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inspec.yml b/inspec.yml index 5c5809a..79359fb 100644 --- a/inspec.yml +++ b/inspec.yml @@ -24,9 +24,9 @@ inputs: - name: mount_exec_blocklist description: List of mountpoints where 'noexec' mount option should be set - name: mount_suid_blocklist - description: List of mountpoints where \'nosuid\' mount option should be set + description: List of mountpoints where 'nosuid' mount option should be set - name: mount_dev_blocklist - description: List of mountpoints where \'nodev\' mount option should be set + description: List of mountpoints where 'nodev' mount option should be set - name: sysctl_forwarding description: Is network forwarding needed? - name: kernel_modules_disabled