We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0dfae commit c957ce4Copy full SHA for c957ce4
try
@@ -294,7 +294,7 @@ EOF
294
export SOCKET
295
296
# Running mapper in a subshell to suppress job control [1] + Done message
297
- (mapper&)
+ (uid_gid_mapper&)
298
299
# --mount: mounting and unmounting filesystems will not affect the rest of the system outside the unshare
300
# --user: the process will have a distinct set of UIDs, GIDs and capabilities.
@@ -559,7 +559,7 @@ error() {
559
# Change uid/gid mapping
560
################################################################################
561
562
-mapper() {
+uid_gid_mapper() {
563
cat "$SOCKET" > /dev/null
564
# Get the pid of the unshare process with current pid as parent
565
pid=$(pgrep -P $$ -f unshare)
0 commit comments