eclass-overlay/profiles: systemd daemons accounts.

Added missing users and groups for systemd daemons.

BUG=chromium:583671
TEST=emerge-swanky  sys-apps/systemd

Change-Id: Ie3f03aba67446e39a9caf0c02acae5f3e6816f0d
Reviewed-on: https://chromium-review.googlesource.com/340190
Commit-Ready: Sabin Floares <sabin.floares@intel.com>
Tested-by: Sabin Floares <sabin.floares@intel.com>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
diff --git a/profiles/base/accounts/group/systemd-bus-proxy b/profiles/base/accounts/group/systemd-bus-proxy
new file mode 100644
index 0000000..edc4483
--- /dev/null
+++ b/profiles/base/accounts/group/systemd-bus-proxy
@@ -0,0 +1,4 @@
+group:systemd-bus-proxy
+gid:278
+users:
+password:!
diff --git a/profiles/base/accounts/group/systemd-journal-gateway b/profiles/base/accounts/group/systemd-journal-gateway
new file mode 100644
index 0000000..59dc3b6
--- /dev/null
+++ b/profiles/base/accounts/group/systemd-journal-gateway
@@ -0,0 +1,4 @@
+group:systemd-journal-gateway
+gid:279
+users:
+password:!
diff --git a/profiles/base/accounts/group/systemd-journal-remote b/profiles/base/accounts/group/systemd-journal-remote
new file mode 100644
index 0000000..95890cc
--- /dev/null
+++ b/profiles/base/accounts/group/systemd-journal-remote
@@ -0,0 +1,4 @@
+group:systemd-journal-remote
+gid:280
+users:
+password:!
diff --git a/profiles/base/accounts/group/systemd-journal-upload b/profiles/base/accounts/group/systemd-journal-upload
new file mode 100644
index 0000000..78de648
--- /dev/null
+++ b/profiles/base/accounts/group/systemd-journal-upload
@@ -0,0 +1,4 @@
+group:systemd-journal-upload
+gid:281
+users:
+password:!
diff --git a/profiles/base/accounts/user/systemd-bus-proxy b/profiles/base/accounts/user/systemd-bus-proxy
new file mode 100644
index 0000000..831ef8e
--- /dev/null
+++ b/profiles/base/accounts/user/systemd-bus-proxy
@@ -0,0 +1,6 @@
+user:systemd-bus-proxy
+uid:278
+gid:278
+gecos:user for the bridge daemon between dbus and kdbus
+home:/dev/null
+shell:/bin/false
diff --git a/profiles/base/accounts/user/systemd-journal-gateway b/profiles/base/accounts/user/systemd-journal-gateway
new file mode 100644
index 0000000..2c3a2e6
--- /dev/null
+++ b/profiles/base/accounts/user/systemd-journal-gateway
@@ -0,0 +1,6 @@
+user:systemd-journal-gateway
+uid:279
+gid:279
+gecos:user for the HTTP server of journal events
+home:/dev/null
+shell:/bin/false
diff --git a/profiles/base/accounts/user/systemd-journal-remote b/profiles/base/accounts/user/systemd-journal-remote
new file mode 100644
index 0000000..287c2bb
--- /dev/null
+++ b/profiles/base/accounts/user/systemd-journal-remote
@@ -0,0 +1,6 @@
+user:systemd-journal-remote
+uid:280
+gid:280
+gecos:user for the receiver of journal messages over the network
+home:/dev/null
+shell:/bin/false
diff --git a/profiles/base/accounts/user/systemd-journal-upload b/profiles/base/accounts/user/systemd-journal-upload
new file mode 100644
index 0000000..4f7631d
--- /dev/null
+++ b/profiles/base/accounts/user/systemd-journal-upload
@@ -0,0 +1,6 @@
+user:systemd-journal-upload
+uid:281
+gid:281
+gecos:user that will access journal entries to be sent over the network
+home:/dev/null
+shell:/bin/false