mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4202] dbus-send: hardcoded libpcre2-8.so.0 does not match libpcre.so.3 (private-lib) #2575
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#2575
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 @loveshack on GitHub (Apr 17, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4202
The dbus-send profile has
private-lib libpcre2-8.so.0, which doesn't match the libpcre.so.3 used by fcopy on Debian 10, for instance. (The symptom I noticed is the lxde shutdown menu failing to appear after firecfg.) Putting libpcre.so.3 in a local profile fixes it.This seems rather fragile. Presumably the soname should be configured for the system at build time.
This is with 0.9.64.4, but the profile is the same in git.
@ghost commented on GitHub (Apr 17, 2021):
Thanks for reporting. Not ideal, but for now we can get away with using libpcre*. We simply don't have the tooling to generate such finer-grained lists for things like this at build time. Personally I'd like to see the project moving into that direction in general. Perhaps you can open a discussion thread on the topic. Interesting ideas like yours tend to slip to the cracks too easily after an issue is closed and the world moves on.
@rusty-snake commented on GitHub (Apr 17, 2021):
I've two notes, re-opening for now.
qrencode.profilehasprivate-lib libpcre2-8.so.0too. [EDIT: done]Looks like a duplicate of #3741 which is (for now) fixed by #4004.