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"
// SPDX-License-Identifier: Apache-2.0
package gitinterface
import (
"bytes"
"errors"
"io"
"os/exec"
@neilnaveen
neilnaveen / README.md
Created July 7, 2022 14:55
Tic Tac Toe

README

This is a tic-tac-toe game.

To run the game go run main.go