File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,10 @@ unshare_setup() {
67
67
chroot_add_mount_lazy "$1" "$1" --bind &&
68
68
chroot_add_mount proc "$1/proc" -t proc -o nosuid,noexec,nodev &&
69
69
chroot_add_mount_lazy /sys "$1/sys" --rbind &&
70
- chroot_add_link "$1 /proc/self/fd" "$1/dev/fd" &&
71
- chroot_add_link "$1 /proc/self/fd/0" "$1/dev/stdin" &&
72
- chroot_add_link "$1 /proc/self/fd/1" "$1/dev/stdout" &&
73
- chroot_add_link "$1 /proc/self/fd/2" "$1/dev/stderr" &&
70
+ chroot_add_link /proc/self/fd "$1/dev/fd" &&
71
+ chroot_add_link /proc/self/fd/0 "$1/dev/stdin" &&
72
+ chroot_add_link /proc/self/fd/1 "$1/dev/stdout" &&
73
+ chroot_add_link /proc/self/fd/2 "$1/dev/stderr" &&
74
74
chroot_bind_device /dev/full "$1/dev/full" &&
75
75
chroot_bind_device /dev/null "$1/dev/null" &&
76
76
chroot_bind_device /dev/random "$1/dev/random" &&
You can’t perform that action at this time.
0 commit comments