mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4152] libreoffice: $HOME/.config/libreoffice needs to be whitelisted #2555
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#2555
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 @matthew-cline on GitHub (Apr 1, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4152
libreoffice.profileonly doesnoblacklist ${HOME}/.config/libreoffice. It also needs to dowhitelist ${HOME}/.config/libreofficein order to access its config files (or, at least, I needed to add that to mylibreoffice.localto get it to work properly). The most obvious symptom is that libreoffice thinks that you're using it for the first time.Environment
debug output
@reinerh commented on GitHub (Apr 1, 2021):
I think this is only a problem because "/home/matt/.config/qtlogging.ini" is whitelisted (which causes qtlogging.ini to be the only file/directory visible in .config/).
I didn't find any whitelisting of qtlogging.ini in current profiles, is this something that has been added by you?
Adding .config/libreoffice to a whitelist would similarly cause other files/directories in .config/ to be invisible. Might be a good idea, if nothing else is required in there.
@matthew-cline commented on GitHub (Apr 1, 2021):
Yeah, qtlogging.ini was added by me. I wasn't aware of the whitelisting behaviour you described . Oops, sorry.
@rusty-snake commented on GitHub (Apr 1, 2021):
I think we can close.