aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-14 10:56:58 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-08-14 10:56:58 -0400
commitbb9df33faeae2a7f89267307aa39735c1d3a56e6 (patch)
treecd3d3e4521273680df318873c9c79b6e4375e7f2 /README.md
parentcleanup (diff)
downloadfirejail-bb9df33faeae2a7f89267307aa39735c1d3a56e6.tar.gz
firejail-bb9df33faeae2a7f89267307aa39735c1d3a56e6.tar.zst
firejail-bb9df33faeae2a7f89267307aa39735c1d3a56e6.zip
branch status
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3047bf908..8db004c15 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,39 @@ FAQ: https://firejail.wordpress.com/support/frequently-asked-questions/
38 38
39Version 0.9.41~rc1 was released. 39Version 0.9.41~rc1 was released.
40 40
41# Branch status: unstable
42
43A number of problems are being worked on. This is the output of "make test":
44`````
45[...]
46cd test/sysutils; ./sysutils.sh | grep TESTING
47TESTING: cpio
48netblue@debian:~/work/github/firejail/test/sysutils$ TESTING ERROR 1
49TESTING: gzip
50netblue@debian:~/work/github/firejail/test/sysutils$ TESTING ERROR 1
51TESTING: xzdec
52netblue@debian:~/work/github/firejail/test/sysutils$ TESTING ERROR 1
53TESTING: xz
54netblue@debian:~/work/github/firejail/test/sysutils$ TESTING ERROR 1
55TESTING: less
56TESTING: file
57TESTING: tar
58netblue@debian:~/work/github/firejail/test/sysutils$ TESTING ERROR 3.1
59[...]
60cd test/apps-x11; ./apps-x11.sh | grep TESTING
61TESTING: xterm x11
62netblue@debian:~/work/github/firejail/test/apps-x11$ TESTING ERROR 5.1
63TESTING: firefox x11
64netblue@debian:~/work/github/firejail/test/apps-x11$ TESTING ERROR 5.1
65TESTING: chromium x11
66TESTING: transmission-gtk x11
67netblue@debian:~/work/github/firejail/test/apps-x11$ TESTING ERROR 5.1
68TESTING: icedove x11
69netblue@debian:~/work/github/firejail/test/apps-x11$ TESTING ERROR 5.1
70[...]
71`````
72"firemon --seccomp" and "firemon --caps" are misbehaving at the moment.
73
41## Deprecated --user 74## Deprecated --user
42 75
43--user option was deprecated, please use "sudo -u username firejail application" instead. 76--user option was deprecated, please use "sudo -u username firejail application" instead.