mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6078] [MERGED] feature: add Landlock support #5820
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5820
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/6078
Author: @kmk3
Created: 11/4/2023
Status: ✅ Merged
Merged: 12/4/2023
Merged by: @netblue30
Base:
master← Head:landlock_v3📝 Commits (6)
5456ec6cleanup13b2c56feature: add Landlock supportabc1edclandlock: new filesystem for --landlock commandb94cc75landlock: apply rules in sandbox before app start520508dlandlock: avoid parsing landlock commands twiced10bf15landlock: detect support at runtime📊 Changes
18 files changed (+730 additions, -32 deletions)
View changed files
📝
README(+2 -1)📝
config.mk.in(+2 -0)📝
configure(+57 -29)📝
configure.ac(+12 -0)📝
contrib/syntax/lists/profile_commands_arg0.list(+1 -0)📝
contrib/syntax/lists/profile_commands_arg1.list(+5 -0)📝
src/bash_completion/firejail.bash_completion.in(+19 -0)📝
src/firejail/checkcfg.c(+7 -0)📝
src/firejail/firejail.h(+37 -0)➕
src/firejail/landlock.c(+361 -0)📝
src/firejail/main.c(+28 -0)📝
src/firejail/profile.c(+39 -2)📝
src/firejail/sandbox.c(+22 -0)📝
src/firejail/usage.c(+8 -0)📝
src/firejail/util.c(+7 -0)📝
src/man/firejail-profile.5.in(+31 -0)📝
src/man/firejail.1.in(+87 -0)📝
src/zsh_completion/_firejail.in(+5 -0)📄 Description
Relates to:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.