aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-14 09:21:57 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-14 09:21:57 -0500
commitf17e054cd6b7fcf485222f5af83351dd350e624b (patch)
treea87017ca70c35ff16fa5810b491a885dac621dfa
parent--trace fix (diff)
downloadfirejail-f17e054cd6b7fcf485222f5af83351dd350e624b.tar.gz
firejail-f17e054cd6b7fcf485222f5af83351dd350e624b.tar.zst
firejail-f17e054cd6b7fcf485222f5af83351dd350e624b.zip
small fixes
-rw-r--r--RELNOTES1
-rw-r--r--src/man/firejail.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 9b025d423..fbb0f58f0 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -3,6 +3,7 @@ firejail (0.9.39) baseline; urgency=low
3 * default seccomp filter update 3 * default seccomp filter update
4 * disable STUN/WebRTC in default netfilter configuration 4 * disable STUN/WebRTC in default netfilter configuration
5 * added --nice optoin 5 * added --nice optoin
6 * new profiles: lxterminal
6 * bugfixes 7 * bugfixes
7 -- netblue30 <netblue30@yahoo.com> Tue, 8 Feb 2016 10:00:00 -0500 8 -- netblue30 <netblue30@yahoo.com> Tue, 8 Feb 2016 10:00:00 -0500
8 9
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 00f4cb367..d5c3bfe41 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1053,7 +1053,7 @@ $ firejail \-\-profile-path=/home/netblue/myprofiles
1053.TP 1053.TP
1054\fB\-\-protocol=protocol,protocol,protocol 1054\fB\-\-protocol=protocol,protocol,protocol
1055Enable protocol filter. The filter is based on seccomp and checks the first argument to socket system call. 1055Enable protocol filter. The filter is based on seccomp and checks the first argument to socket system call.
1056Recognized values: unix, inet, inet6, netlink and packet. 1056Recognized values: unix, inet, inet6, netlink and packet. This option is not supported for i386 architecture.
1057.br 1057.br
1058 1058
1059.br 1059.br