Skip to content

Commit

Permalink
added rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sluetze committed Dec 3, 2024
1 parent c3b0177 commit b04e6ae
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions controls/bsi_sys_1_6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,23 @@ controls:
These SCCs should never be given to application containers.
Section 4: These exceptions must be documented in the operational documentation.
A list of pods with the corresponding SCC annotation can serve as the basis for the documentation.
status: manual
#rules:
status: partial
rules:
# Section 1 and 3
- scc_drop_container_capabilities
- scc_limit_container_allowed_capabilities
- scc_limit_host_dir_volume_plugin
- scc_limit_host_ports
- scc_limit_ipc_namespace
- scc_limit_net_raw_capability
- scc_limit_network_namespace
- scc_limit_privilege_escalation
- scc_limit_privileged_containers
- scc_limit_process_id_namespace
- scc_limit_root_containers
# Section 2
- sandboxed_containers_operator_exists
- sandboxed_containers_operator_configured

- id: SYS.1.6.A18
title: Application Services Accounts
Expand Down

0 comments on commit b04e6ae

Please sign in to comment.