This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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" |