Skip to content

Bump github.com/landlock-lsm/go-landlock from 0.7.0 to 0.8.1#20

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/landlock-lsm/go-landlock-0.8.1
Open

Bump github.com/landlock-lsm/go-landlock from 0.7.0 to 0.8.1#20
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/landlock-lsm/go-landlock-0.8.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/landlock-lsm/go-landlock from 0.7.0 to 0.8.1.

Release notes

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

v0.8.1

  • The landlocktsync build constraint allows to build Go-Landlock without libpsx
  • Documentation
    • docs/: Some .md files to document user-centric workflows (onboarding/updating/...)
    • Various documentation fixes

ABI V8 support

  • composite rule support
    • landlock.CompositeRule(r1, r2, ...) creates a rule value that bundles the rules r1, r2, ... together into a single rule object
    • This is useful for building reusable libraries of related Landlock rules
  • TSYNC support (Linux 7.0+)
    • Improves reliability when working with multithreaded cgo bindings
    • Fixes the slightly inaccurate semantics when signaling and using abstract UNIX sockets between independently spawned child processes
Commits
  • 8b0fba8 docs: Document rule libraries with composite rules
  • 0c32b3b README: link user docs
  • b8bad4c docs/upgrade: fix incomplete sentence
  • 98c6919 docs: Document onboarding and custom FS rules
  • 30e8096 docs: full process enforcement
  • d6212d4 Add landlocktsync build tag to require kernel TSYNC enforcement
  • 52dd621 landlock/internal: Deduplicate ABI detection logic
  • 5d60f8a go fix cleanups
  • 2422e5c docs: Mention WithRefer() in ABI upgrade docs
  • 257b25b docs: Document step-by-step upgrade process
  • Additional commits viewable in compare view

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)

Bumps [github.com/landlock-lsm/go-landlock](https://github.com/landlock-lsm/go-landlock) from 0.7.0 to 0.8.1.
- [Release notes](https://github.com/landlock-lsm/go-landlock/releases)
- [Commits](landlock-lsm/go-landlock@v0.7.0...v0.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 23, 2026
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.

0 participants