Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 836 Bytes

File metadata and controls

30 lines (16 loc) · 836 Bytes

[MTB-PL1-BC-HI-1] Block use of bind mounts (hostPath volumes)

Profile Applicability:

Level 1

Type:

Behavioral

Category:

Host Protection

Description:

Tenants should not be able to mount host volumes and folders (bind mounts).

Rationale:

The use of host volumes and directories can be used to access shared data or escalate priviliges and also creates a tight coupling between a tenant workload and a host.

Audit:

Create a pod defining a volume of type hostpath. The pod creation must fail.

Remediation:

Define a PodSecurityPolicy that restricts hostPath volumes and map the policy to each tenant namespace, or use a policy engine such as OPA/Gatekeeper or Kyverno to enforce that a hostPath volume cannot be used.