Skip to content

Commit 06f1b48

Browse files
authored
Merge pull request #92 from hnez/journal-upload-user
meta-lxatac-software: passwd: reserve uid/gid for systemd-journal-upload
2 parents ff98ef4 + 0c4a264 commit 06f1b48

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

meta-lxatac-software/files/group

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
root:x:0:
2+
systemd-journal-upload:x:982:
23
pulse:x:983:
34
avahi-autoipd:x:984:
45
wheel:x:985:

meta-lxatac-software/files/passwd

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
root:x:0:0:root:/home/root:/bin/sh
2-
pulse:x:983:983::/var/run/pulse:/bin/false
3-
avahi-autoipd:x:984:984::/run/avahi-daemon:/bin/false
4-
systemd-timesync:x:989:986::/:/sbin/nologin
5-
systemd-resolve:x:990:987::/:/sbin/nologin
6-
systemd-coredump:x:991:988::/:/sbin/nologin
7-
avahi:x:992:990::/run/avahi-daemon:/bin/false
8-
rpcuser:x:993:991::/var/lib/nfs:/bin/false
9-
polkitd:x:994:992::/etc/polkit-1:/bin/nologin
10-
systemd-bus-proxy:x:995:995::/:/sbin/nologin
11-
lldpd:x:996:996::/home/lldpd:/bin/false
12-
rpc:x:997:997::/:/bin/false
13-
messagebus:x:998:998::/var/lib/dbus:/bin/false
14-
sshd:x:999:999::/var/run/sshd:/bin/false
15-
nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
1+
root:x:0:0
2+
pulse:x:983:983
3+
avahi-autoipd:x:984:984
4+
systemd-journal-upload:x:988:982
5+
systemd-timesync:x:989:986
6+
systemd-resolve:x:990:987
7+
systemd-coredump:x:991:988
8+
avahi:x:992:990
9+
rpcuser:x:993:991
10+
polkitd:x:994:992
11+
systemd-bus-proxy:x:995:995
12+
lldpd:x:996:996
13+
rpc:x:997:997
14+
messagebus:x:998:998
15+
sshd:x:999:999
16+
nobody:x:65534:65534

0 commit comments

Comments
 (0)