[GH-ISSUE #164] PortableApp bug #112

Closed
opened 2026-05-05 05:04:35 -06:00 by gitea-mirror · 1 comment
Owner

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

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
gitea-mirror 2026-05-05 05:04:35 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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.

<!-- gh-comment-id:160331690 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#112
No description provided.