mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2943] chromium: program does not start (snap) #1837
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#1837
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 @mjhkqprt51 on GitHub (Sep 6, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2943
This Ubuntu version is still under development. Firejail package version is: 0.9.60-2: amd64.
The problem is that Ubuntu maintainers replaced the deb based chromium packaging to a snap based one which doesn't work well with firejail.
$ chromium-browser
Reading profile /etc/firejail/chromium-browser.profile
Reading profile /etc/firejail/chromium.profile
Reading profile /etc/firejail/chromium-common.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-exec.inc
Reading profile /etc/firejail/disable-interpreters.inc
Reading profile /etc/firejail/disable-programs.inc
Reading profile /etc/firejail/whitelist-common.inc
Reading profile /etc/firejail/whitelist-var-common.inc
Warning: networking feature is disabled in Firejail configuration file
Parent pid 32546, child pid 32547
Warning: An abstract unix socket for session D-BUS might still be available. Use --net or remove unix from --protocol set.
Warning: Cannot confine the application using AppArmor.
Maybe firejail-default AppArmor profile is not loaded into the kernel.
As root, run "aa-enforce firejail-default" to load it.
Child process initialized in 133.61 ms
mv: '/home/mosomaci/.config/mimeapps.list.new'-t can not be moved here: '/home/mosomaci/.config/mimeapps.list': device or resource is busy
mv: '/home/mosomaci/.config/mimeapps.list.new'-t can not be moved here: '/home/mosomaci/.config/mimeapps.list': device or resource is busy
(process:50): dconf-CRITICAL **: 16:38:45.479: unable to create directory '/run/user/1001/dconf': Access denied. dconf will not work properly.
(process:50): dconf-CRITICAL **: 16:38:45.479: unable to create directory '/run/user/1001/dconf': Access denied. dconf will not work properly.
There is no „com.canonical.Unity.Launcher” scheme
internal error, please report: running "chromium" failed: cannot find installed snap "chromium" at revision 849: missing file /var/lib/snapd/snaps/chromium_849.snap
Parent is shutting down, bye...
Most of the texts were translate by me to English
Enforcing the apparmor firejail profile doesn't help.
@rusty-snake commented on GitHub (Sep 6, 2019):
Hi,
Firejail doesn't support snap, it was droped in version 0.9.60. See #2397 for more informations.
@mjhkqprt51 commented on GitHub (Sep 6, 2019):
Hi, thanks, no problem. BTW thanks for firejail, it is a great security tool.