aboutsummaryrefslogtreecommitdiff
path: root/util-linux/unshare.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-04-02 04:44:39 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2016-04-02 04:44:39 +0200
commit9f2f96edfa7eddd8a77b76ccae7c2ed88348182e (patch)
tree0db66c6969d7677a61cd04956d2559da8bacf824 /util-linux/unshare.c
parent80c934a2517f7bfc7642da6555d7ca01bc6f2edd (diff)
downloadbusybox-w32-9f2f96edfa7eddd8a77b76ccae7c2ed88348182e.tar.gz
busybox-w32-9f2f96edfa7eddd8a77b76ccae7c2ed88348182e.tar.bz2
busybox-w32-9f2f96edfa7eddd8a77b76ccae7c2ed88348182e.zip
unshare: remove stale comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/unshare.c')
-rw-r--r--util-linux/unshare.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/util-linux/unshare.c b/util-linux/unshare.c
index b8cd4676a..2a5bea5a6 100644
--- a/util-linux/unshare.c
+++ b/util-linux/unshare.c
@@ -57,11 +57,6 @@ static void mount_or_die(const char *source, const char *target,
57 } 57 }
58} 58}
59 59
60/*
61 * Longest possible path to a procfs file used in unshare. Must be able to
62 * contain the '/proc/' string, the '/ns/user' string which is the longest
63 * namespace name and a 32-bit integer representing the process ID.
64 */
65#define PATH_PROC_SETGROUPS "/proc/self/setgroups" 60#define PATH_PROC_SETGROUPS "/proc/self/setgroups"
66#define PATH_PROC_UIDMAP "/proc/self/uid_map" 61#define PATH_PROC_UIDMAP "/proc/self/uid_map"
67#define PATH_PROC_GIDMAP "/proc/self/gid_map" 62#define PATH_PROC_GIDMAP "/proc/self/gid_map"