* [ptxdist] [PATCH] systemd: added users/groups for journal-gateway, -remote, -upload
@ 2017-03-20 15:30 Artur Wiebe
2017-03-24 14:34 ` Michael Olbrich
0 siblings, 1 reply; 3+ messages in thread
From: Artur Wiebe @ 2017-03-20 15:30 UTC (permalink / raw)
To: ptxdist; +Cc: Artur Wiebe
Signed-off-by: Artur Wiebe <artur@4wiebe.de>
---
projectroot/etc/group | 2 ++
projectroot/etc/passwd | 3 +++
2 files changed, 5 insertions(+)
diff --git a/projectroot/etc/group b/projectroot/etc/group
index 9ff570261..452be04a2 100644
--- a/projectroot/etc/group
+++ b/projectroot/etc/group
@@ -22,5 +22,7 @@ input:x:116:
mysql:x:117:
systemd-journal:x:201:
systemd-network:x:202:
+systemd-journal-gateway:x:206:
systemd-journal-remote:x:203:
+systemd-journal-upload:x:208:
nogroup:x:65534:
diff --git a/projectroot/etc/passwd b/projectroot/etc/passwd
index 932e96e53..3afe5340e 100644
--- a/projectroot/etc/passwd
+++ b/projectroot/etc/passwd
@@ -9,5 +9,8 @@ systemd-network:x:202:202:systemd-network:/dev/null:/bin/false
systemd-resolve:x:203:65534:systemd-resolve:/dev/null:/bin/false
systemd-timesync:x:204:65534:systemd-timesync:/dev/null:/bin/false
systemd-coredump:x:205:65534:systemd-coredump:/dev/null:/bin/false
+systemd-journal-gateway:x:206:206:systemd-journal-gateway:/dev/null:/bin/false
+systemd-journal-remote:x:207:207:systemd-journal-remote:/dev/null:/bin/false
+systemd-journal-upload:x:208:208:systemd-journal-upload:/dev/null:/bin/false
rpcuser:x:65533:65534:RPC user:/dev/null:/bin/false
nobody:x:65534:65534:Unprivileged Nobody:/dev/null:/bin/false
--
2.12.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [PATCH] systemd: added users/groups for journal-gateway, -remote, -upload
2017-03-20 15:30 [ptxdist] [PATCH] systemd: added users/groups for journal-gateway, -remote, -upload Artur Wiebe
@ 2017-03-24 14:34 ` Michael Olbrich
0 siblings, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2017-03-24 14:34 UTC (permalink / raw)
To: ptxdist
On Mon, Mar 20, 2017 at 04:30:12PM +0100, Artur Wiebe wrote:
> Signed-off-by: Artur Wiebe <artur@4wiebe.de>
Thanks, applied,
Michael
> ---
> projectroot/etc/group | 2 ++
> projectroot/etc/passwd | 3 +++
> 2 files changed, 5 insertions(+)
>
> diff --git a/projectroot/etc/group b/projectroot/etc/group
> index 9ff570261..452be04a2 100644
> --- a/projectroot/etc/group
> +++ b/projectroot/etc/group
> @@ -22,5 +22,7 @@ input:x:116:
> mysql:x:117:
> systemd-journal:x:201:
> systemd-network:x:202:
> +systemd-journal-gateway:x:206:
> systemd-journal-remote:x:203:
> +systemd-journal-upload:x:208:
> nogroup:x:65534:
> diff --git a/projectroot/etc/passwd b/projectroot/etc/passwd
> index 932e96e53..3afe5340e 100644
> --- a/projectroot/etc/passwd
> +++ b/projectroot/etc/passwd
> @@ -9,5 +9,8 @@ systemd-network:x:202:202:systemd-network:/dev/null:/bin/false
> systemd-resolve:x:203:65534:systemd-resolve:/dev/null:/bin/false
> systemd-timesync:x:204:65534:systemd-timesync:/dev/null:/bin/false
> systemd-coredump:x:205:65534:systemd-coredump:/dev/null:/bin/false
> +systemd-journal-gateway:x:206:206:systemd-journal-gateway:/dev/null:/bin/false
> +systemd-journal-remote:x:207:207:systemd-journal-remote:/dev/null:/bin/false
> +systemd-journal-upload:x:208:208:systemd-journal-upload:/dev/null:/bin/false
> rpcuser:x:65533:65534:RPC user:/dev/null:/bin/false
> nobody:x:65534:65534:Unprivileged Nobody:/dev/null:/bin/false
> --
> 2.12.0
>
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ptxdist] [PATCH] systemd: added users/groups for journal-gateway, -remote, -upload
@ 2017-03-20 15:36 Artur Wiebe
0 siblings, 0 replies; 3+ messages in thread
From: Artur Wiebe @ 2017-03-20 15:36 UTC (permalink / raw)
To: ptxdist; +Cc: Artur Wiebe
Signed-off-by: Artur Wiebe <artur@4wiebe.de>
---
projectroot/etc/group | 2 ++
projectroot/etc/passwd | 3 +++
2 files changed, 5 insertions(+)
diff --git a/projectroot/etc/group b/projectroot/etc/group
index 9ff570261..452be04a2 100644
--- a/projectroot/etc/group
+++ b/projectroot/etc/group
@@ -22,5 +22,7 @@ input:x:116:
mysql:x:117:
systemd-journal:x:201:
systemd-network:x:202:
+systemd-journal-gateway:x:206:
systemd-journal-remote:x:203:
+systemd-journal-upload:x:208:
nogroup:x:65534:
diff --git a/projectroot/etc/passwd b/projectroot/etc/passwd
index 932e96e53..65653c044 100644
--- a/projectroot/etc/passwd
+++ b/projectroot/etc/passwd
@@ -9,5 +9,8 @@ systemd-network:x:202:202:systemd-network:/dev/null:/bin/false
systemd-resolve:x:203:65534:systemd-resolve:/dev/null:/bin/false
systemd-timesync:x:204:65534:systemd-timesync:/dev/null:/bin/false
systemd-coredump:x:205:65534:systemd-coredump:/dev/null:/bin/false
+systemd-journal-gateway:x:206:206:systemd-journal-gateway:/dev/null:/bin/false
+systemd-journal-remote:x:207:203:systemd-journal-remote:/dev/null:/bin/false
+systemd-journal-upload:x:208:208:systemd-journal-upload:/dev/null:/bin/false
rpcuser:x:65533:65534:RPC user:/dev/null:/bin/false
nobody:x:65534:65534:Unprivileged Nobody:/dev/null:/bin/false
--
2.12.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-03-24 14:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-20 15:30 [ptxdist] [PATCH] systemd: added users/groups for journal-gateway, -remote, -upload Artur Wiebe
2017-03-24 14:34 ` Michael Olbrich
2017-03-20 15:36 Artur Wiebe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox