aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-10-11 09:20:04 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-10-11 09:20:04 -0400
commitcaec31e7af6771af04fa2b2b98850422d1604c2b (patch)
treefd59ab2bd435793a87389b4eb9f3b9215c65e395 /README.md
parentmerges (diff)
downloadfirejail-caec31e7af6771af04fa2b2b98850422d1604c2b.tar.gz
firejail-caec31e7af6771af04fa2b2b98850422d1604c2b.tar.zst
firejail-caec31e7af6771af04fa2b2b98850422d1604c2b.zip
0.9.56.1 - bugfix release
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 33 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c3cd38bb..e5b38827d 100644
--- a/README.md
+++ b/README.md
@@ -98,4 +98,36 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
98````` 98`````
99 99
100````` 100`````
101# Current development version: 0.9.57 101# Current development version: 0.9.56.1
102
103This is probably a bugfix release: fixes, small features, new profiles. If we end up implementing something major
104we'll switch to a regular 0.9.57 release.
105
106# New Long Term Support (LTS) version
107
108We are rebasing our Long Term Support branch of Firejail. The current LTS version (0.9.38.x) is more than two years old.
109The new version updates the code base to 0.9.56. We target a reduction of approx. 40% of the code by removing rarely
110used features (chroot, overlay, rlimits, cgroups), incomplete features (private-bin, private-lib),
111and a lot of instrumentation (build profile feature, tracing, auditing, etc). Sandbox-specific security features such as
112seccomp, capabilities, filesystem whitelist/blacklist and networking are updated and hardened.
113
114We have an rc1 release out, the final version will follow in the next few weeks:
115`````
116firejail (0.9.56-LTS~rc1) baseline; urgency=low
117 * code based on Firejail version 0.9.56
118 * much smaller code base for SUID executable
119 * command line options removed:
120 --audit, --build, --cgroup, --chroot, --get, --ls, --output,
121 --output-stderr, --overlay, --overlay-named, --overlay-tmpfs,
122 --overlay-clean, --private-home, --private-bin, --private-etc,
123 --private-opt, --private-srv, --put, --rlimit*, --trace, --tracelog,
124 --x11*, --xephyr*
125 * compile-time options: --enable-apparmor, --disable-seccomp,
126 --disable-globalcfg, --disable-network, --disable-userns,
127 --disable-whitelist, --disable-suid, --enable-fatal-warnings,
128 --enable-busybox-workaround
129 -- netblue30 <netblue30@yahoo.com> Wed, 3 Oct 2018 08:00:00 -0500
130`````
131
132The new LTS branch is here: https://github.com/netblue30/firejail/tree/LTSbase
133