logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/apparmor.d.git
commit: 5770c81942d6ddd916e30596d2aa7f5a63cbd092
parent 731742ac02bb185fae76f127e81233e72476767c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 14 Aug 2023 22:17:32 +0200

abstractions/base: Allow mapped-read on /etc/ld-musl-*.path

Diffstat:

Mabstractions/base2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/abstractions/base b/abstractions/base @@ -67,6 +67,8 @@ /{usr/,}lib/i386-linux-gnu/tls/i686/{cmov,nosegneg}/ld-*.so mr, /opt/*-linux-uclibc/lib/ld-uClibc*so* mr, + @{etc_ro}/ld-musl-*.path mr, + # we might as well allow everything to use common libraries /{usr/,}lib{,32,64}/** r, /{usr/,}lib{,32,64}/**.so* mr,