mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #11] --overlay not working for me on Arch Linux #12
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#12
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 @tbu- on GitHub (Aug 10, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/11
Starting with
--overlay:@netblue30 commented on GitHub (Aug 11, 2015):
Can you please run "firejail --debug --overlay" and print the output here? Thanks!
@tbu- commented on GitHub (Aug 11, 2015):
I get:
@netblue30 commented on GitHub (Aug 11, 2015):
I'll have to install Arch here and take a look. Thanks for the bug!
@netblue30 commented on GitHub (Aug 11, 2015):
I've modified something in the code, it might fix the problem. Give it a try! Thanks.
@tbu- commented on GitHub (Aug 11, 2015):
It partially works. It somehow doesn't mount my home directory though...
@netblue30 commented on GitHub (Aug 11, 2015):
It looks like I still have to install Arch. It will take a couple of days.
@ghost commented on GitHub (Aug 23, 2015):
I'm using Parabola (Arch derivative) and I'm able to recreate this issue. I can also confirm that I do not have the same issue with either Ubuntu 14.04 or 15.04.
I've created a stub of firejail's functions, basically only mounting the overlay and chroot. I cannot see anything in /home even in this stripped version.
http://pastebin.com/frDpxiNZ
There seems to be some fundamental difference on how overlayfs/chroot is working on either 1) Arch or 2) the newest kernel version.
@netblue30 commented on GitHub (Aug 26, 2015):
Fixed, thank you for all your input.