diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:33:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:33:32 +0000 |
commit | 8bb05ac73a5b448b339ce0bc8d396c82c459b47f (patch) | |
tree | 1fdda006866bca20d41cb206767ea5241e36852f /include/pathnames.h | |
parent | Adding debian version 2.39.3-11. (diff) | |
download | util-linux-8bb05ac73a5b448b339ce0bc8d396c82c459b47f.tar.xz util-linux-8bb05ac73a5b448b339ce0bc8d396c82c459b47f.zip |
Merging upstream version 2.40.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | include/pathnames.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pathnames.h b/include/pathnames.h index 56f64c3..81fa405 100644 --- a/include/pathnames.h +++ b/include/pathnames.h @@ -108,6 +108,7 @@ #define _PATH_PROC_SETGROUPS "/proc/self/setgroups" #define _PATH_PROC_FDDIR "/proc/self/fd" +#define _PATH_PROC_TIMENS_OFF "/proc/self/timens_offsets" #define _PATH_PROC_ATTR_CURRENT "/proc/self/attr/current" #define _PATH_PROC_ATTR_EXEC "/proc/self/attr/exec" @@ -226,5 +227,10 @@ #define _PATH_DEV_RFKILL "/dev/rfkill" #define _PATH_SYS_RFKILL "/sys/class/rfkill" +/* cgroup path */ +#define _PATH_SYS_CGROUP "/sys/fs/cgroup" + +/* Maximum number of PIDs system supports */ +#define _PATH_PROC_PIDMAX "/proc/sys/kernel/pid_max" #endif /* PATHNAMES_H */ |