Update README.md

This commit is contained in:
2026-03-13 09:55:40 +00:00
parent 57b59f5b71
commit 197d380588

View File

@@ -3,6 +3,22 @@
## Description ## Description
Simple minimalistic methodology to prevent specified Linux programs having access to the public Internet via iptables Simple minimalistic methodology to prevent specified Linux programs having access to the public Internet via iptables
## Workflow
```
System applies no-internet iptables rule at boot
User executes program
Program is launched via sg with the group "no-internet"
Newly created process inherits no-internet GID
iptables matches packets from processes with the no-internet GID
Outbound packets belonging to the program dropped
```
## Getting Started ## Getting Started
### Dependencies ### Dependencies