aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-11-08 10:49:44 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2018-11-08 10:49:44 -0500
commit2acc910daf73c284965ca96bc70b4eb980c865cf (patch)
tree7b5733a8ccacba4089a7a9c067b12355372c8dc9 /README.md
parentMerge pull request #2251 from glitsj16/sort (diff)
downloadfirejail-2acc910daf73c284965ca96bc70b4eb980c865cf.tar.gz
firejail-2acc910daf73c284965ca96bc70b4eb980c865cf.tar.zst
firejail-2acc910daf73c284965ca96bc70b4eb980c865cf.zip
profile parser testing
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index d6a7877ca..9e61e5633 100644
--- a/README.md
+++ b/README.md
@@ -101,17 +101,15 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
101````` 101`````
102## Current development version: 0.9.57 102## Current development version: 0.9.57
103 103
104## New Long Term Support (LTS) version 104## New Long Term Support (0.9.56-LTS) version released
105 105
106We are rebasing our Long Term Support branch of Firejail. The current LTS version (0.9.38.x) is more than two years old.
107The new version updates the code base to 0.9.56. We target a reduction of approx. 40% of the code by removing rarely 106The new version updates the code base to 0.9.56. We target a reduction of approx. 40% of the code by removing rarely
108used features (chroot, overlay, rlimits, cgroups), incomplete features (private-bin, private-lib), 107used features (chroot, overlay, rlimits, cgroups), incomplete features (private-bin, private-lib),
109and a lot of instrumentation (build profile feature, tracing, auditing, etc). Sandbox-specific security features such as 108and a lot of instrumentation (build profile feature, tracing, auditing, etc). Sandbox-specific security features such as
110seccomp, capabilities, filesystem whitelist/blacklist and networking are updated and hardened. 109seccomp, capabilities, filesystem whitelist/blacklist and networking are updated and hardened.
111 110
112We have an rc1 release out, the final version will follow in the next few weeks:
113````` 111`````
114firejail (0.9.56-LTS~rc1) baseline; urgency=low 112firejail (0.9.56-LTS) baseline; urgency=low
115 * code based on Firejail version 0.9.56 113 * code based on Firejail version 0.9.56
116 * much smaller code base for SUID executable 114 * much smaller code base for SUID executable
117 * command line options removed: 115 * command line options removed:
@@ -124,7 +122,7 @@ firejail (0.9.56-LTS~rc1) baseline; urgency=low
124 --disable-globalcfg, --disable-network, --disable-userns, 122 --disable-globalcfg, --disable-network, --disable-userns,
125 --disable-whitelist, --disable-suid, --enable-fatal-warnings, 123 --disable-whitelist, --disable-suid, --enable-fatal-warnings,
126 --enable-busybox-workaround 124 --enable-busybox-workaround
127 -- netblue30 <netblue30@yahoo.com> Wed, 3 Oct 2018 08:00:00 -0500 125 -- netblue30 <netblue30@yahoo.com> Sun, 21 Oct 2018 08:00:00 -0500
128````` 126`````
129 127
130The new LTS branch is here: https://github.com/netblue30/firejail/tree/LTSbase 128The new LTS branch is here: https://github.com/netblue30/firejail/tree/LTSbase