mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2608] Cannot start LibreOffice when already started #1651
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#1651
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 @KOLANICH on GitHub (Mar 19, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2608
@Fred-Barclay commented on GitHub (Mar 20, 2019):
Hi @KOLANICH
What version of firejail and what distro are you running?
Thanks!
Fred
@KOLANICH commented on GitHub (Mar 20, 2019):
cc4e42705ckubuntu cosmic, fully updated
@smitsohu commented on GitHub (Mar 21, 2019):
Does it work when you do
firejail --ignore=apparmor /usr/bin/libreoffice?@smitsohu commented on GitHub (Mar 24, 2019):
Or you are running a system that supports AppArmor, and a LibreOffice policy is loaded (which is the default in Ubuntu), but you are building Firejail without AppArmor support.
In this case append
--enable-apparmorto yourconfigureoptions and build and install again. This should get the default LibreOffice profile working.@KOLANICH commented on GitHub (Mar 25, 2019):
It doesn't even if no LO has been started.
FJ was built with AA support
@chiraag-nataraj commented on GitHub (May 31, 2019):
@KOLANICH Which version of LO are you using using? Can you try the following profile and see if it works?
~/.config/firejail/libreoffice.profile:~/.config/firejail/common.inc:@KOLANICH commented on GitHub (Jun 3, 2019):
With the latest firejail it doesn't even start with the preshipped profiles. The version of LO is the latest one (
6.2.3) from Ubuntu repos (universe). Your profiles don't help too. Unfortunately currently I have no time to experiment with this.@chiraag-nataraj commented on GitHub (Jun 4, 2019):
@KOLANICH, if you don't have time to help debug this, I'm not sure what we can do, since the profile seems to work for other people.
The general procedure to debug it would be to:
Once we have both of those steps, we can figure out what's going on. As of right now, it's very hard for us to figure out what's going on given the lack of details (no debugging output, no experimenting with directives, etc).
If you don't have time to debug this right now (and if it's not affecting other people), maybe it's best to close it for right now (I'm not suggesting it's not a problem, just that it clutters up the issue tracker if other people are not experiencing the same issue). We can re-open it when you have more time to help debug this or if other people have the issue.
I'll leave this open for a little bit longer and then close it if there are no objections.
@chiraag-nataraj commented on GitHub (Jun 4, 2019):
I'm going to close this for now. To anyone reading this who has this issue and can help debug, please re-open!