💾 Archived View for gmid.omarpolo.com › changelog.gmi captured on 2023-03-20 at 17:40:07. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

➡️ Next capture (2024-02-05)

-=-=-=-=-=-=-

home

contrib

guide

faq

change log

2022/12/02 - 1.8.6 “Lightbulb Sun” bugfix release

2022/10/31 - 1.8.5 “Lightbulb Sun” bugfix release

2022/07/04 - 1.8.4 “Lightbulb Sun” bugfix release

Bug fixes

Improvements

Breaking Changes

2022/03/27 - 1.8.3 “Lightbulb Sun” bugfix release

Bug fixes

2022/03/26 - 1.8.2 “Lightbulb Sun” bugfix release

Bug fixes

New Features

Improvements

2022/02/10 - 1.8.1 “Lightbulb Sun” bugfix release

Bug fixes

In a nutshell, the ruleset's handled_access_fs is required for backward and forward compatibility (i.e. the kernel and user space may not know each other's supported restrictions), hence the need to be explicit about the denied-by-default access rights.

In practice this affects only linux and only partially: thanks to the design of the daemon and the seccomp filter the effects of this mistake in handling landlock are fortunately limited. However, in theory at least, gmid could be for e.g. tricked into truncating existing files, so it's highly suggested to update.

Improvements

All by Anna “CyberTailor”, thanks!

2022/01/30 - 1.8 “Lightbulb Sun”

New Features

Improvements

Bug fixes

2021/10/15 - 1.7.5 “Space-dye Vest” fifth bugfix release

This version includes the following bugfix

2021/09/24 - 1.7.4 “Space-dye Vest” fourth bugfix release

This version includes the following bugfix:

and the relative regression test.

2021/09/19 - 1.7.3 “Space-dye Vest” third bugfix release

Improvements

Bugfix

2021/07/19 - 1.7.2 “Space-dye Vest” second bugfix release

This version incudes the following bugfix:

and the relative regression test.

2021/07/11 - 1.7.1 “Space-dye Vest” bugfix release

This version includes two bugfixes:

2021/07/10 - 1.7 “Space-dye Vest”

Starting from this version gmid doesn't depend on lex anymore, but yacc is still needed.

New features

Improvements

Bug fixes

Breaking changes