mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5347] [MERGED] Revert "Add Landlock support to Firejail" #5452
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#5452
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/5347
Author: @kmk3
Created: 8/29/2022
Status: ✅ Merged
Merged: 9/6/2022
Merged by: @kmk3
Base:
master← Head:revert-landlock📝 Commits (10+)
5b20661Revert "landlock: support in firejail --version"26c7479Revert "landlock: check for landlock support in glibc"0cd20b7Revert "fix syntax in configure.ac"67348acRevert "typos"2a79f3aRevert "README/README.md"bfcacffRevert "tracelog disabled by default in /etc/firejail/firejail.config file"b900bdcRevert "compile fix"97874c3Revert "Merge pull request #5315 from ChrysoliteAzalea/landlock"7bd03a6tracelog disabled by default in /etc/firejail/firejail.config filed900d53README/README.md📊 Changes
19 files changed (+553 additions, -1114 deletions)
View changed files
📝
README(+0 -2)📝
README.md(+0 -84)📝
RELNOTES(+0 -1)📝
config.mk.in(+1 -2)📝
configure(+547 -571)📝
configure.ac(+1 -10)📝
contrib/vim/syntax/firejail.vim(+1 -1)📝
src/bash_completion/firejail.bash_completion.in(+0 -16)📝
src/firejail/checkcfg.c(+0 -8)📝
src/firejail/firejail.h(+1 -20)➖
src/firejail/landlock.c(+0 -101)📝
src/firejail/main.c(+0 -81)📝
src/firejail/profile.c(+0 -84)📝
src/firejail/sandbox.c(+2 -25)📝
src/firejail/usage.c(+0 -6)📝
src/firejail/util.c(+0 -4)📝
src/man/firejail-profile.txt(+0 -29)📝
src/man/firejail.txt(+0 -63)📝
src/zsh_completion/_firejail.in(+0 -6)📄 Description
This reverts commit
836ffe37ff.This reverts commit
54cb3e741e, reversingchanges made to
97b1e02d5f.There were many issues and requests for changes raised in the pull
request (both code-wise and design-wise) and most of them are still
unresolved[1].
[1] https://github.com/netblue30/firejail/pull/5315
Cc: @ChrysoliteAzalea
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.