Skip to content

Bump github.com/landlock-lsm/go-landlock from 0.0.0-20250303204525-1544bccde3a3 to 0.7.0#831

Merged
refaktor merged 1 commit intomainfrom
dependabot/go_modules/github.com/landlock-lsm/go-landlock-0.7.0
Mar 1, 2026
Merged

Bump github.com/landlock-lsm/go-landlock from 0.0.0-20250303204525-1544bccde3a3 to 0.7.0#831
refaktor merged 1 commit intomainfrom
dependabot/go_modules/github.com/landlock-lsm/go-landlock-0.7.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/landlock-lsm/go-landlock from 0.0.0-20250303204525-1544bccde3a3 to 0.7.0.

Release notes

Sourced from github.com/landlock-lsm/go-landlock's releases.

ABI V7 suppport

In v0.7.0, @​flavio has added support for Landlock's audit logging feature, which was introduced in Linux 6.15. Thank you!

  • By default, Landlock logs access denials from the same Go process which enforced the Landlock policy, but not from its subprocesses.
  • With new methods in the Config type, you can:
    • Disable Landlock denial audit logging for the current process
    • Enable Landlock denial audit logging for subprocesses
    • Suppress Landlock denial audit logging from nested Landlock policies

For details, see the Landlock announcement at: https://lore.kernel.org/landlock/20250519.queejoh3Phei@digikod.net/T/#m8739230658e1bd7b06cd1af69cc3fde7c7d37e88 and the documentation for landlock_restrict_self.

An overview of Landlock's features and ABI versions can be found at https://wiki.gnoack.org/LandlockAbiVersioning

We have been lagging behind in feature parity in Go-Landlock due to complications in Landlock ABI V6 support (issue #35), but this has been resolved now and we should be closer to the kernel support going forward.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 1, 2026
Bumps [github.com/landlock-lsm/go-landlock](https://github.com/landlock-lsm/go-landlock) from 0.0.0-20250303204525-1544bccde3a3 to 0.7.0.
- [Release notes](https://github.com/landlock-lsm/go-landlock/releases)
- [Commits](https://github.com/landlock-lsm/go-landlock/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/landlock-lsm/go-landlock
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/landlock-lsm/go-landlock-0.7.0 branch from 85ea31b to 9cf6447 Compare March 1, 2026 22:44
@refaktor refaktor merged commit 5c19c62 into main Mar 1, 2026
6 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/landlock-lsm/go-landlock-0.7.0 branch March 1, 2026 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant