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