Skip to content

Commit

Permalink
Clarify files and directories
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-cerny committed Feb 16, 2024
1 parent 25d30ea commit 65e8434
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: '{{{ describe_file_group_owner(file="/etc/nftables", group="root")
rationale: |-
The ownership of the /etc/nftables directory by the root group is important
because this directory hosts nftables configuration. Protection of this
file is critical for system security. Assigning the ownership to root
directory is critical for system security. Assigning the ownership to root
ensures exclusive control of the nftables configuration.
severity: medium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: '{{{ describe_file_owner(file="/etc/nftables", owner="root") }}}'
rationale: |-
The ownership of the /etc/nftables directory by the root user is important
because this directory hosts nftables configuration. Protection of this
file is critical for system security. Assigning the ownership to root
directory is critical for system security. Assigning the ownership to root
ensures exclusive control of the nftables configuration.
severity: medium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: '{{{ describe_file_group_owner(file="/etc/sysctl.d", group="root")
rationale: |-
The ownership of the /etc/sysctl.d directory by the root group is important
because this directory hosts kernel configuration. Protection of this
file is critical for system security. Assigning the ownership to root
directory is critical for system security. Assigning the ownership to root
ensures exclusive control of the kernel configuration.
severity: medium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: '{{{ describe_file_owner(file="/etc/sysctl.d", owner="root") }}}'
rationale: |-
The ownership of the /etc/sysctl.d directory by the root user is important
because this directory hosts kernel configuration. Protection of this
file is critical for system security. Assigning the ownership to root
directory is critical for system security. Assigning the ownership to root
ensures exclusive control of the kernel configuration.
severity: medium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: '{{{ describe_file_group_owner(file="/etc/selinux", group="root") }
rationale: |-
The ownership of the /etc/selinux directory by the root group is important
because this directory hosts SELinux configuration. Protection of this
file is critical for system security. Assigning the ownership to root
directory is critical for system security. Assigning the ownership to root
ensures exclusive control of the SELinux configuration.
severity: medium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: '{{{ describe_file_owner(file="/etc/selinux", owner="root") }}}'
rationale: |-
The ownership of the /etc/selinux directory by the root user is important
because this directory hosts SELinux configuration. Protection of this
file is critical for system security. Assigning the ownership to root
directory is critical for system security. Assigning the ownership to root
ensures exclusive control of the SELinux configuration.
severity: medium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: '{{{ describe_file_group_owner(file="/etc/sudoers.d", group="root")
rationale: |-
The ownership of the /etc/sudoers.d directory by the root group is important
because this directory hosts sudo configuration. Protection of this
file is critical for system security. Assigning the ownership to root
directory is critical for system security. Assigning the ownership to root
ensures exclusive control of the sudo configuration.
severity: medium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: '{{{ describe_file_owner(file="/etc/sudoers.d", owner="root") }}}'
rationale: |-
The ownership of the /etc/sudoers.d directory by the root user is important
because this directory hosts sudo configuration. Protection of this
file is critical for system security. Assigning the ownership to root
directory is critical for system security. Assigning the ownership to root
ensures exclusive control of the sudo configuration.
severity: medium
Expand Down

0 comments on commit 65e8434

Please sign in to comment.