]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - include/pathnames.h
unshare: Add possibility to add mapping into root user in user namespace
[thirdparty/util-linux.git] / include / pathnames.h
index dce98d2a42e5ee4cef63c2c4adc9682c0182fad3..2957dacb56a9f3f8de303681c2c06f2527a19bae 100644 (file)
@@ -87,6 +87,9 @@
 #define _PATH_PROC_LOCKS        "/proc/locks"
 #define _PATH_PROC_CDROMINFO   "/proc/sys/dev/cdrom/info"
 
+#define _PATH_PROC_UIDMAP      "/proc/self/uid_map"
+#define _PATH_PROC_GIDMAP      "/proc/self/gid_map"
+
 #define _PATH_PROC_ATTR_CURRENT        "/proc/self/attr/current"
 #define _PATH_PROC_ATTR_EXEC   "/proc/self/attr/exec"
 #define _PATH_PROC_CAPLASTCAP  "/proc/sys/kernel/cap_last_cap"