home | changelog | contrib | guide | faq

change log

2024/04/04 - 2.0.2 “Lady Stardust” bugfix release

- fix `log access path' with `chroot' enabled.

- fix config dumping (-nn).

- rework grammar to allow semicolons after top-level statements.

- don't make the log styles reserved keywords.

- contrib/vim: fixed indent, from Anna “CyberTailor”, thanks!

2024/01/24 - 2.0.1 “Lady Stardust” bugfix release

2024/01/11 - 2.0 “Lady Stardust”

New Features

Bug fixes

Improvements

Breaking Changes

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

2022/11/01 - 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