mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1046] rules: Firejail is preventing epiphany from "installing" web applications #709
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#709
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 @genodeftest on GitHub (Jan 12, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1046
I don't see any way to start a web application I created with Epiphany 3.22.
Steps to reproduce:
What happens:
The web application doesn't show up in gnome-shell activities overview search or in alacarte's "Web application" section. It doesn't show up in
~/.local/share/applicationseither. I have to manually start the application from~/.config/epiphany/app-epiphany-telegram-web-[some-hash]/epiphany-telegram-web-[some-hash].desktop. Instead, this message is printed to syslog:What should happen:
Symlink the ~/.config/epiphany/[foo]/[bar].desktop file to ~/.local/share/applications or somewhere else where gnome-shell can find it.
Installed software versions:
gnome-shell-3.22.2-2.fc25.x86_64
epiphany-3.22.4-1.fc25.x86_64
firejail 0.9.45 from git master
Additional info:
Originally created as bug 777189 in GNOME's bugzilla.
@netblue30 commented on GitHub (Jan 14, 2017):
I'll have to investigate it. Epiphany has a whitelisted profile, it is possible the web app is installed in the user home directory, and this directory is in a temporary filesystem. The filesystem is not visible to the rest of the system. What happens is you run epiphany with no profile? - "firejail --noprofile epiphany"
@genodeftest commented on GitHub (Jan 14, 2017):
With this command, creating and running web applications works fine.
@genodeftest commented on GitHub (Jan 14, 2017):
I would guess the fix includes not blacklisting
~/.local/share/applications, but adding anoblacklist ${HOME}/.local/share/applicationsor awhitelist ${HOME}/.local/share/applicationsline doesn't fix the problem.@netblue30 commented on GitHub (Jan 17, 2017):
This is good news, it means we can fix it. Let's try to replace epiphany with a very generic profile:.
openbox profile is the most generic profile we have at the moment. It disables only password and encryption keys in home directory, but it installs secccomp and all the other security filters.