feat: allow glibc ld files in etc

Allow both `/etc/ld.so.conf` and `/etc/ld.so.cache` files in `/etc`
since tools expect these to be standard.

Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
Noel Georgi 2026-04-04 18:57:32 +03:00
parent ddd47209fb
commit 77208fd162
No known key found for this signature in database
GPG Key ID: 21A9F444075C9E36

View File

@ -268,6 +268,8 @@ Any paths in the `rootfs` should be contained within the following hierarchies:
- `/usr/lib/ld-linux-x86-64.so.2`
- `/usr/lib/ld-linux-aarch64.so.1`
- `/usr/bin/ldconfig` (used by NVIDIA Container Toolkit)
- `/etc/ld.so.conf`
- `/etc/ld.so.cache`
- `/usr/lib/udev/rules.d/`
- `/usr/local/`
- `/usr/share/glvnd/`