mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4616] Tremulous and warsow profiles are broken on Arch #2727
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#2727
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?
Originally created by @jose1711 on GitHub (Oct 18, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4616
Neither
warsownortremulous(and perhaps a few other apps) run with their stock profiles on Arch.What both games have in common is usage of wrappers.
In order to make them work the following is needed:
include disable-shell.inc(as wrappers are written in shell)private-bincompletely or extend:# warsow: private-bin warsow,bash,sh,dirname,uname,sed,basename# tremulous: private-bin tremded,tremulous,tremulous-wrapper,sh,envInterestingly despite both games having its data in
/opt(as opposed to profile expecting it in/usr/share) I did not have to add a newwhitelistfor this directory.I can raise a PR - just don't know maybe there's a better option to tackle apps using wrappers..
@rusty-snake commented on GitHub (Oct 18, 2021):
I would say, use
include allow-bin-sh.incinstead of dropping ds and open a PR.@jose1711 commented on GitHub (Oct 19, 2021):
Related PRs:
https://github.com/netblue30/firejail/pull/4621
https://github.com/netblue30/firejail/pull/4624
@reinerh commented on GitHub (Oct 23, 2021):
@jose1711 the two PRs are merged, can this now be closed?
@jose1711 commented on GitHub (Oct 24, 2021):
Thank you, both profiles working, closing