mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #880] --overlayfs problem: user directory not recognize #597
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#597
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 @netblue30 on GitHub (Oct 29, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/880
From wordpress:
User is running Ubuntu 16.04, kernel version 4.4.0-45-generic x86_64 , home is mounted on a separate partition, "Warning: cannot find home directory" and "Warning: cannot whitelist Downloads directory".
@Hocuri commented on GitHub (Nov 14, 2017):
I also had this behavior and I think that is is because the separate home partition is not mounted properly (in a virtual machine with almost same setting but without separate home everything was fine).
And without a home directory at all something had to go wrong.
It also happens when you just execute
firejail --overlay-tmpfs; then a firejailed shell appears but you can't do anything because there is no home directory.With
firejail --overlay-tmpfs --private firefoxa firefox window appears but of course Downloads directory can't be whitelisted either and also --private option may be not wanted.