summaryrefslogtreecommitdiff
path: root/repo/elogind/id-nobody.patch
diff options
context:
space:
mode:
Diffstat (limited to 'repo/elogind/id-nobody.patch')
-rw-r--r--repo/elogind/id-nobody.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/repo/elogind/id-nobody.patch b/repo/elogind/id-nobody.patch
new file mode 100644
index 0000000..5e9e5cd
--- /dev/null
+++ b/repo/elogind/id-nobody.patch
@@ -0,0 +1,13 @@
+--- a/src/basic/user-util.h
++++ b/src/basic/user-util.h
+@@ -70,8 +70,8 @@ int take_etc_passwd_lock(const char *root);
+ #define UID_INVALID ((uid_t) -1)
+ #define GID_INVALID ((gid_t) -1)
+
+-#define UID_NOBODY ((uid_t) 65534U)
+-#define GID_NOBODY ((gid_t) 65534U)
++#define UID_NOBODY ((uid_t) 99U)
++#define GID_NOBODY ((gid_t) 99U)
+
+ #define ETC_PASSWD_LOCK_PATH "/etc/.pwd.lock"
+