├── .gitignore ├── README.md ├── ebpf_program.c └── script.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amirhnajafiz/syscall-blocker/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amirhnajafiz/syscall-blocker/HEAD/README.md -------------------------------------------------------------------------------- /ebpf_program.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amirhnajafiz/syscall-blocker/HEAD/ebpf_program.c -------------------------------------------------------------------------------- /script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amirhnajafiz/syscall-blocker/HEAD/script.py --------------------------------------------------------------------------------