summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/basic.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd/basic.conf.in')
-rw-r--r--meta/recipes-core/systemd/systemd/basic.conf.in40
1 files changed, 40 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd/basic.conf.in b/meta/recipes-core/systemd/systemd/basic.conf.in
new file mode 100644
index 0000000000..fac288f7fa
--- /dev/null
+++ b/meta/recipes-core/systemd/systemd/basic.conf.in
@@ -0,0 +1,40 @@
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
6# (at your option) any later version.
7
8# The superuser
9u root 0 "root" :ROOT_HOME:
10
11# The nobody user/group for NFS file systems
12g {{NOBODY_GROUP_NAME}} 65534 - -
13u {{NOBODY_USER_NAME }} 65534:65534 "Nobody" -
14
15# Administrator group: can *see* more than normal users
16g adm {{ADM_GID }} - -
17
18# Administrator group: can *do* more than normal users
19g wheel {{WHEEL_GID }} - -
20
21# Access to shared database of users on the system
22g utmp {{UTMP_GID }} - -
23
24# Physical and virtual hardware access groups
25g audio {{AUDIO_GID }} - -
26g cdrom {{CDROM_GID }} - -
27g dialout {{DIALOUT_GID}} - -
28g disk {{DISK_GID }} - -
29g input {{INPUT_GID }} - -
30g kmem {{KMEM_GID }} - -
31g kvm {{KVM_GID }} - -
32g lp {{LP_GID }} - -
33g render {{RENDER_GID }} - -
34g sgx {{SGX_GID }} - -
35g tape {{TAPE_GID }} - -
36g tty {{TTY_GID }} - -
37g video {{VIDEO_GID }} - -
38
39# Default group for normal users
40g users {{USERS_GID }} - -