diff options
| author | 2022-08-05 18:06:23 -0400 | |
|---|---|---|
| committer | 2022-08-05 18:06:23 -0400 | |
| commit | 64bb46311547cb5ea13d3d8f7d0d1836f33a68f5 (patch) | |
| tree | f7a60ef0ebfc50f94ad75a670f031e121a8ed14d /common | |
| parent | 22faa4b00068fc50c66614c4e4812273aa231d55 (diff) | |
New upstream version 26.upstream/26
Diffstat (limited to 'common')
| -rw-r--r-- | common | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -152,8 +152,8 @@ unshare_teardown() { unset CHROOT_ACTIVE_FILES } -root_unshare="unshare --fork --pid" -user_unshare="$root_unshare --mount --map-auto --map-root-user --setuid 0 --setgid 0" +pid_unshare="unshare --fork --pid" +mount_unshare="$pid_unshare --mount --map-auto --map-root-user --setuid 0 --setgid 0" # This outputs code for declaring all variables to stdout. For example, if # FOO=BAR, then running |
