summaryrefslogtreecommitdiff
path: root/repo/system/elogind/id-nobody.patch
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/elogind/id-nobody.patch')
-rw-r--r--repo/system/elogind/id-nobody.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/repo/system/elogind/id-nobody.patch b/repo/system/elogind/id-nobody.patch
deleted file mode 100644
index 5e9e5cd..0000000
--- a/repo/system/elogind/id-nobody.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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"
-