profiles: allow reading of /etc/ld-musl-*.path

Merged Nikita Romaniuk requested to merge kelvium/apparmor:musl-patch into master

/etc/ld-musl-*.path is required to perform dynamic linking on musl libc. The wildcard is to match all CPU architectures, like x86_64.

type=AVC msg=audit(1686087677.497:67): apparmor="DENIED" operation="open" class="file" profile="syslog-ng" name="/etc/ld-musl-x86_64.path" pid=25866 comm="syslog-ng" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

Closes #333 (closed)

Signed-off-by: Nikita Romaniuk kelvium@yahoo.com

Merge request reports