mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Fix patch-util not having access to libdl.so (#4000)
* Fix patch-util not having access to libdl.so * Update etc/profile-m-z/patch.profile Co-authored-by: Kelvin M. Klann <kmk3.code@protonmail.com>
This commit is contained in:
parent
954119fc73
commit
edf4407fcf
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ x11 none
|
|||
|
||||
private-bin patch,red
|
||||
private-dev
|
||||
private-lib libfakeroot
|
||||
private-lib libdl.so.*,libfakeroot
|
||||
|
||||
dbus-user none
|
||||
dbus-system none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue