summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-04-03 18:25:42 +0200
committerAndy Wingo <wingo@pobox.com>2015-04-08 08:30:28 +0200
commitccb03fc9015e6c8131e4d289a36e0145eaf2b5a2 (patch)
treea6a55628b23e5218edb0b3d412b5432e76b33a3c
parent569cb56413d66abb6e8cbbdfd4c73d06d325346a (diff)
remove sysusers.d
-rw-r--r--sysusers.d/.gitignore2
l---------sysusers.d/Makefile1
-rw-r--r--sysusers.d/basic.conf.in37
-rw-r--r--sysusers.d/systemd-remote.conf10
-rw-r--r--sysusers.d/systemd.conf.m420
5 files changed, 0 insertions, 70 deletions
diff --git a/sysusers.d/.gitignore b/sysusers.d/.gitignore
deleted file mode 100644
index bb3aaaf82..000000000
--- a/sysusers.d/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/basic.conf
-/systemd.conf
diff --git a/sysusers.d/Makefile b/sysusers.d/Makefile
deleted file mode 120000
index bd1047548..000000000
--- a/sysusers.d/Makefile
+++ /dev/null
@@ -1 +0,0 @@
-../src/Makefile \ No newline at end of file
diff --git a/sysusers.d/basic.conf.in b/sysusers.d/basic.conf.in
deleted file mode 100644
index 823d6cb20..000000000
--- a/sysusers.d/basic.conf.in
+++ /dev/null
@@ -1,37 +0,0 @@
-# This file is part of systemd.
-#
-# systemd is free software; you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2.1 of the License, or
-# (at your option) any later version.
-
-# The superuser
-u root 0 "Super User" /root
-
-# The nobody user for NFS file systems
-u nobody 65534 "Nobody" -
-
-# Administrator group: can *see* more than normal users
-g adm - - -
-
-# Administrator group: can *do* more than normal users
-g wheel - - -
-
-# Access to certain kernel and userspace facilities
-g kmem - - -
-g lock - - -
-g tty @TTY_GID@ - -
-g utmp - - -
-
-# Hardware access groups
-g audio - - -
-g cdrom - - -
-g dialout - - -
-g disk - - -
-g input - - -
-g lp - - -
-g tape - - -
-g video - - -
-
-# Default group for normal users
-g users - - -
diff --git a/sysusers.d/systemd-remote.conf b/sysusers.d/systemd-remote.conf
deleted file mode 100644
index 15969e9a9..000000000
--- a/sysusers.d/systemd-remote.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-# This file is part of systemd.
-#
-# systemd is free software; you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as published by
-# 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"
diff --git a/sysusers.d/systemd.conf.m4 b/sysusers.d/systemd.conf.m4
deleted file mode 100644
index 23175de1f..000000000
--- a/sysusers.d/systemd.conf.m4
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of systemd.
-#
-# systemd is free software; you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2.1 of the License, or
-# (at your option) any later version.
-
-g systemd-journal - -
-m4_ifdef(`ENABLE_KDBUS',
-u systemd-bus-proxy - "systemd Bus Proxy"
-)m4_dnl
-m4_ifdef(`ENABLE_NETWORKD',
-u systemd-network - "systemd Network Management"
-)m4_dnl
-m4_ifdef(`ENABLE_RESOLVED',
-u systemd-resolve - "systemd Resolver"
-)m4_dnl
-m4_ifdef(`ENABLE_TIMESYNCD',
-u systemd-timesync - "systemd Time Synchronization"
-)m4_dnl