mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
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#2080
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 @rusty-snake on GitHub (Apr 2, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3313
@topimiettinen
STR:
@topimiettinen commented on GitHub (Apr 2, 2020):
Unfortunately --join has not worked for me for some time (several months) and I don't know why. Here's a strace:
The mode of the "ready-for-join" file is 0644. This happens with SELinux enforcing turned off,
sysctl kernel.yama.ptrace_scope = 0and /proc is not mounted with hidepid=[1|2]. TOMOYO Linux is also enabled but it shouldn't do anything here. AppArmor is not enabled. Very annoying.@ghost commented on GitHub (Apr 2, 2020):
Confirming @rusty-snake's observations. Adding
seccomp.block-secondaryonly changes the ls ourput and the error:Reverting
88eadbf31fbrings backjoinfunctionality here.@ghost commented on GitHub (Apr 2, 2020):
@topimiettinen Is join broken for you with both
nameandpid? For the record, I always use thenameoption.@topimiettinen commented on GitHub (Apr 2, 2020):
Neither work here. --join=name seems to find the right pid.
@netblue30 commented on GitHub (Apr 3, 2020):
I have a fix in. We were deleting unused seccomp files from /run/firejail/mnt/seccomp directory during init, and we had a problem with "unused". So I let them all in. Give it a try.
9ba916d20d@rusty-snake commented on GitHub (Apr 3, 2020):
BTW: https://travis-ci.org/github/netblue30/firejail/builds/668027727#L790
travis-ci is also broken since
88eadbf.@ghost commented on GitHub (Apr 3, 2020):
Confirming
9ba916d20ddoes fix the join option 👍.@netblue30 commented on GitHub (Apr 5, 2020):
Travis fixed, compile problems on old distros.