docs: show /etc/passwd in minimal chroot (#6769)
This commit is contained in:
parent
c9d92f845f
commit
781c20ea90
|
@ -179,6 +179,7 @@ client {
|
||||||
"/etc/ld.so.cache" = "/etc/ld.so.cache"
|
"/etc/ld.so.cache" = "/etc/ld.so.cache"
|
||||||
"/etc/ld.so.conf" = "/etc/ld.so.conf"
|
"/etc/ld.so.conf" = "/etc/ld.so.conf"
|
||||||
"/etc/ld.so.conf.d" = "/etc/ld.so.conf.d"
|
"/etc/ld.so.conf.d" = "/etc/ld.so.conf.d"
|
||||||
|
"/etc/passwd" = "/etc/passwd"
|
||||||
"/lib" = "/lib"
|
"/lib" = "/lib"
|
||||||
"/lib64" = "/lib64"
|
"/lib64" = "/lib64"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue