Skip to content

Instantly share code, notes, and snippets.

@neilnaveen
neilnaveen / security.yaml
Last active November 13, 2025 21:12
Securing Runtime of the L2 Base Ethereum Nodes
# eBPF LSM Security Policy for Base Node
# Protects Nethermind (Execution Client) and OP Node (Consensus/Rollup Client)
container_policies:
# Nethermind Pod
- container_path: "base-sepolia:nethermind-pod:nethermind"
executables:
- path: "/app/nethermind"
directories:
- path: "/shared"