From d7eeb8d5b96572bf1730cae621e4ac276c4b75ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Luka=C5=A1=C3=ADk?= Date: Mon, 22 Feb 2021 18:50:49 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d34af37..03f2bad 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ force-bind-seccomp ================== -Use seccomp to foce processes to bind to specific address instead of binding to +Use seccomp to force processes to bind to specific address instead of binding to `0.0.0.0` (IPv4) or `[::]` (IPv6). It can also transform a process that does not make use of systemd socket activation to use passed file descriptor instead of binding their own sockets.