mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #3131] [MERGED] allow chroot syscall where apps depend on QtWebengine #4653
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#4653
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/3131
Author: @smitsohu
Created: 1/8/2020
Status: ✅ Merged
Merged: 1/9/2020
Merged by: @netblue30
Base:
master← Head:webengine📝 Commits (1)
cbcf7faallow chroot syscall where apps depend on QtWebengine📊 Changes
5 files changed (+10 additions, -6 deletions)
View changed files
📝
etc/anki.profile(+2 -1)📝
etc/digikam.profile(+2 -1)📝
etc/musescore.profile(+2 -1)📝
etc/psi-plus.profile(+2 -2)📝
etc/quassel.profile(+2 -1)📄 Description
If unprivileged user namespaces are enabled, QtWebengine needs chroot to set up its own sandbox. We adapted a number of profiles already, see for instance the Qutebrowser, Akregator, Bibletime, Calibre, Falkon or Kmail profiles.
This pull request adds the same exception to the Anki, Digikam, MuseScore, Psi+ and Quassel profiles. Note that this is mostly untested, and based only on reverse dependencies in Arch and some coarse understanding of the use of QtWebengine in respective apps.
fixes #3124
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.