aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-29 08:33:18 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-29 08:33:18 -0400
commita0e8df13f1f65ea831bf528d4775884c5ed3c3bf (patch)
treea2633d60dd8d732ad40a0f81c0955d8eb4eaeb83 /README.md
parentreadme.md (diff)
downloadfirejail-a0e8df13f1f65ea831bf528d4775884c5ed3c3bf.tar.gz
firejail-a0e8df13f1f65ea831bf528d4775884c5ed3c3bf.tar.zst
firejail-a0e8df13f1f65ea831bf528d4775884c5ed3c3bf.zip
readme.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index abd53c840..822c455e8 100644
--- a/README.md
+++ b/README.md
@@ -78,10 +78,10 @@ $ firejail --ignore=seccomp wine
78 78
79Enable protocol filter. It is based on seccomp and it filters the first argument to socket system call. 79Enable protocol filter. It is based on seccomp and it filters the first argument to socket system call.
80If the value is not recognized, seccomp will kill the process. 80If the value is not recognized, seccomp will kill the process.
81Recognized values: unix, inet, inet6, netlink and packet. 81Valid values: unix, inet, inet6, netlink and packet.
82 82
83"unix" describes the regular Unix socket connections, 83"unix" describes the regular Unix socket connections,
84and "inet" and "inet6" are the regular IPv4 and IPv6 traffic. Most GUI applications need "unix,inet,inet6". "netlink" is the protocol 84and "inet" and "inet6" describe the regular IPv4 and IPv6 traffic. Most GUI applications need "unix,inet,inet6". "netlink" is the protocol
85used to talk to Linux kernel. You'll only need this for applications such as [iproute2](http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2) for 85used to talk to Linux kernel. You'll only need this for applications such as [iproute2](http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2) for
86system administration, and "packet" is used by sniffers to talk directly with the Ethernet layer. 86system administration, and "packet" is used by sniffers to talk directly with the Ethernet layer.
87 87