diff options
| author | 2022-08-05 18:06:24 -0400 | |
|---|---|---|
| committer | 2022-08-05 18:06:24 -0400 | |
| commit | e0b06ff704a19dadee4e73887bd225a35e864ad5 (patch) | |
| tree | 31bd115e6a07043483c59db1984e52a86ff5f9ae /common | |
| parent | 3f6e3062bfec066b4af21fc19a2c906ce5c757e2 (diff) | |
| parent | 64bb46311547cb5ea13d3d8f7d0d1836f33a68f5 (diff) | |
Update upstream source from tag 'upstream/26'
Update to upstream version '26'
with Debian dir 99b018b2286e84a419731a347b93bce98f900ad2
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 |
