mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2958] Firejail isn't used if Libreoffice was started using "libreoffice" #1849
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#1849
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 10, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2958
$ sudo firecfg | grep libreoffice
libreoffice removed
libreoffice created
$ libreoffice
^C <--no firejail profile has been used
$ loffice
Reading profile /etc/firejail/loffice.profile
Reading profile /etc/firejail/libreoffice.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-passwdmgr.inc
Reading profile /etc/firejail/disable-programs.inc
Reading profile /etc/firejail/whitelist-var-common.inc
Warning: networking feature is disabled in Firejail configuration file
Parent pid 1559, child pid 1560
Blacklist violations are logged to syslog
Child process initialized in 146.61 ms
^C <-- firejail is OK
$ sudo apt-cache show libreoffice
Package: libreoffice
Priority: optional
Section: metapackages
Installed-Size: 113
Maintainer: Ubuntu Developers ubuntu-devel-discuss@lists.ubuntu.com
Architecture: amd64
Version: 1:6.3.1
rc2-0ubuntu0.19.10.1lo1This is a beta ppa version of libreoffice.
@mjhkqprt51 commented on GitHub (Sep 10, 2019):
Reinstalling apparmor has helped, thanks, sorry. This issue can be closed.