Skip to content

Commit 2d862f8

Browse files
author
Alexander Mikhail Bushkin
committed
Fix yamllint: remove trailing spaces and extra blank lines
1 parent 1df61cc commit 2d862f8

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

  • applications/openshift-virtualization/kubevirt-seccomp-profile-permissions

applications/openshift-virtualization/kubevirt-seccomp-profile-permissions/rule.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
documentation_complete: true
22

3-
43
platform: '{{{ product }}}-node'
54

65
{{%- set kubeletconf_path = "/var/lib/kubelet/seccomp/kubevirt/kubevirt.json" %}}
76

8-
97
title: 'Ensure kubevirt seccomp profile file permission is set to 700 or more restrictive'
108

119
description: |-
1210
{{{ describe_file_permissions(file=kubeletconf_path, perms="0700") }}}
1311
1412
rationale: |-
15-
This configuration ensures that only authorized users have access to modify the
16-
seccomp profile, thereby preventing unauthorized alterations to the allowed system calls for
17-
virt-launcher pods. By enforcing stringent permission controls, potential security risks
13+
This configuration ensures that only authorized users have access to modify the
14+
seccomp profile, thereby preventing unauthorized alterations to the allowed system calls for
15+
virt-launcher pods. By enforcing stringent permission controls, potential security risks
1816
associated with unrestricted access to sensitive system calls can be mitigated.
1917
2018
severity: medium

0 commit comments

Comments
 (0)