xiwrap

slightly higher-level container setup utility
git clone https://git.ce9e.org/xiwrap.git

commit
0d3b4ebc1179fa05cfcf10f259d22acc38f67102
parent
8e6067c9f90733bc84f0bb9fd3870ccb1f0caf7c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-10-31 08:51
host-os: include /sbin

python uses /sbin/ldconfig in its ctypes module

there may be others

Diffstat

M includes/host-os 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/includes/host-os b/includes/host-os

@@ -4,6 +4,7 @@ ro-bind-try /etc/alternatives
    4     4 
    5     5 # usr-merge symlinks
    6     6 ro-bind-try /bin
   -1     7 ro-bind-try /sbin
    7     8 ro-bind-try /lib
    8     9 ro-bind-try /lib32
    9    10 ro-bind-try /lib64