]> git.pld-linux.org Git - packages/systemd.git/blobdiff - uids_gids.patch
since 240 /var/lib/systemd/timesync needs to be directory instead of symlink
[packages/systemd.git] / uids_gids.patch
index f3bb41719fc0fa54747942e4d7104eb90fc90f11..d24000bfab6e0a3111e87539d282003b97525703 100644 (file)
@@ -1,8 +1,7 @@
-diff -dur systemd-218.orig/sysusers.d/basic.conf.in systemd-218/sysusers.d/basic.conf.in
---- systemd-218.orig/sysusers.d/basic.conf.in  2014-12-05 01:26:51.000000000 +0100
-+++ systemd-218/sysusers.d/basic.conf.in       2015-04-20 08:47:12.000000000 +0200
-@@ -12,26 +12,26 @@
- u nobody  65534 "Nobody"     -
+--- systemd-238/sysusers.d/basic.conf.in~      2018-03-05 23:16:37.000000000 +0100
++++ systemd-238/sysusers.d/basic.conf.in       2018-05-15 13:30:41.922818679 +0200
+@@ -12,27 +12,27 @@ u root    0     "Super User" /root
+ u @NOBODY_USER_NAME@  65534 "Nobody"     -
  
  # Administrator group: can *see* more than normal users
 -g adm     -     -            -
@@ -14,12 +13,10 @@ diff -dur systemd-218.orig/sysusers.d/basic.conf.in systemd-218/sysusers.d/basic
  
  # Access to certain kernel and userspace facilities
 -g kmem    -     -            -
--g lock    -     -            -
 +g kmem    9     -            -
-+#g lock    -     -            -
  g tty     @TTY_GID@     -            -
 -g utmp    -     -            -
-+g utmp    22     -            -
++g utmp    22    -            -
  
  # Hardware access groups
 -g audio   -     -            -
@@ -27,48 +24,39 @@ diff -dur systemd-218.orig/sysusers.d/basic.conf.in systemd-218/sysusers.d/basic
 -g dialout -     -            -
 -g disk    -     -            -
 -g input   -     -            -
+-g kvm     -     -            -
 -g lp      -     -            -
--g tape    -     -            -
--g video   -     -            -
-+g audio   23     -            -
-+g cdrom   27     -            -
-+g dialout 16     -            -
++g audio   23    -            -
++g cdrom   27    -            -
++g dialout 16    -            -
 +g disk    6     -            -
-+g input   182     -            -
++g input   182   -            -
++g kvm     160   -            -
 +g lp      7     -            -
-+g tape    68     -            -
-+g video   24     -            -
+ g render  -     -            -
+-g tape    -     -            -
+-g video   -     -            -
++g tape    68    -            -
++g video   24    -            -
  
  # Default group for normal users
--g users   -     -            -
-+g users   1000     -            -
-diff -dur systemd-218.orig/sysusers.d/systemd.conf systemd-218/sysusers.d/systemd.conf
---- systemd-218.orig/sysusers.d/systemd.conf   2014-12-05 01:31:29.000000000 +0100
-+++ systemd-218/sysusers.d/systemd.conf        2015-04-20 08:49:13.000000000 +0200
-@@ -5,8 +5,8 @@
- #  the Free Software Foundation; either version 2.1 of the License, or
+ g users   @USERS_GID@     -            -
+--- systemd-238/sysusers.d/systemd-remote.conf.m4~     2018-03-05 23:16:37.000000000 +0100
++++ systemd-238/sysusers.d/systemd-remote.conf.m4      2018-05-15 13:33:04.453829878 +0200
+@@ -6,5 +6,5 @@
  #  (at your option) any later version.
  
--g systemd-journal   - -
--u systemd-bus-proxy - "systemd Bus Proxy"
--u systemd-network   - "systemd Network Management"
--u systemd-resolve   - "systemd Resolver"
--u systemd-timesync  - "systemd Time Synchronization"
-+g systemd-journal   288 -
-+u systemd-bus-proxy 315 "systemd Bus Proxy"
-+u systemd-network   316 "systemd Network Management"
-+u systemd-resolve   317 "systemd Resolver"
-+u systemd-timesync  318 "systemd Time Synchronization"
-diff -dur systemd-218.orig/sysusers.d/systemd-remote.conf systemd-218/sysusers.d/systemd-remote.conf
---- systemd-218.orig/sysusers.d/systemd-remote.conf    2014-12-05 01:26:51.000000000 +0100
-+++ systemd-218/sysusers.d/systemd-remote.conf 2015-04-20 08:48:22.000000000 +0200
+ m4_ifdef(`HAVE_MICROHTTPD',
+-u systemd-journal-remote  - "systemd Journal Remote"
++u systemd-journal-remote  319 "systemd Journal Remote"
+ )m4_dnl
+--- systemd-238/sysusers.d/systemd.conf.m4~    2018-03-05 23:16:37.000000000 +0100
++++ systemd-238/sysusers.d/systemd.conf.m4     2018-05-15 13:34:07.479084303 +0200
 @@ -5,6 +5,6 @@
- #  the Free Software Foundation; either version 2.1 of the License, or
  #  (at your option) any later version.
  
--u systemd-journal-gateway - "systemd Journal Gateway"
--u systemd-journal-remote  - "systemd Journal Remote"
--u systemd-journal-upload  - "systemd Journal Upload"
-+u systemd-journal-gateway 287 "systemd Journal Gateway"
-+u systemd-journal-remote  319 "systemd Journal Remote"
-+u systemd-journal-upload  320 "systemd Journal Upload"
+ m4_ifdef(`ENABLE_COREDUMP',
+-u systemd-coredump  - "systemd Core Dumper"
++u systemd-coredump  333 "systemd Core Dumper"
+ )m4_dnl
+
This page took 0.041003 seconds and 4 git commands to generate.