mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #164] PortableApp bug #112
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#112
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 (Nov 28, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/164
From wordpress:
AnyWay wether I symlink slimjet to local/bin or run from the folder it was extracted to that the error is the same-
firejail /usr/local/bin/flashpeak-slimjet
Reading profile /home/me/.config/firejail/flashpeak-slimjet.profile
Parent pid 3869, child pid 3870
Warning: cannot disable /sys/hypervisor directory
Child process initialized
/bin/bash: /usr/local/bin/flashpeak-slimjet: Permission denied
parent is shutting down, bye…
And running firefox as a portable is very similar
firejail /home/GENTOO-FILES/GENTOO-APPS/APPS-NETWORK/FireFox-38.0.1-ESR/firefox
Reading profile /etc/firejail/firefox.profile
Reading profile /etc/firejail/disable-mgmt.inc
Reading profile /etc/firejail/disable-secret.inc
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Parent pid 28838, child pid 28839
Warning: cannot disable /sys/hypervisor directory
Child process initialized
/bin/bash: /home/GENTOO-FILES/GENTOO-APPS/APPS-NETWORK/FireFox-38.0.1-ESR/firefox: No such file or directory
parent is shutting down, bye…
Thanks
@netblue30 commented on GitHub (Nov 28, 2015):
Firejail cleans all the directories under /home with the exception of the current user directory. This is done on purpose in order not to leak user information - /etc/passwd and /etc/group inside the sandbox are also modified removing other users. Move GENTOO-FILES directory outside /home and all should be fine.