public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] rfc: spire user and group (uid/gid 271)
@ 2019-08-22 22:06 William Hubbs
  0 siblings, 0 replies; only message in thread
From: William Hubbs @ 2019-08-22 22:06 UTC (permalink / raw
  To: gentoo development


[-- Attachment #1.1: Type: text/plain, Size: 202 bytes --]

This user and group are to be used by the spiffe runtime environment
which will come to the tree along with them [1].
The package will be app-misc/spire.

William

[1] https://github.com/spiffe/spire/


[-- Attachment #1.2: 0001-acct-group-spire-add-spire-group.patch --]
[-- Type: text/x-diff, Size: 1479 bytes --]

From f84069853c4c7467bb7e48597df0074953b540c4 Mon Sep 17 00:00:00 2001
From: William Hubbss <william.hubbs@sony.com>
Date: Thu, 22 Aug 2019 16:53:24 -0500
Subject: [PATCH 1/2] acct-group/spire: add "spire" group

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --force
Signed-off-by: William Hubbs <williamh@gentoo.org>
---
 acct-group/spire/metadata.xml   | 8 ++++++++
 acct-group/spire/spire-0.ebuild | 8 ++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 acct-group/spire/metadata.xml
 create mode 100644 acct-group/spire/spire-0.ebuild

diff --git a/acct-group/spire/metadata.xml b/acct-group/spire/metadata.xml
new file mode 100644
index 00000000000..c36c37139fa
--- /dev/null
+++ b/acct-group/spire/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>williamh@gentoo.org</email>
+		<name>William Hubbs</name>
+	</maintainer>
+</pkgmetadata>
diff --git a/acct-group/spire/spire-0.ebuild b/acct-group/spire/spire-0.ebuild
new file mode 100644
index 00000000000..cbfc94025ff
--- /dev/null
+++ b/acct-group/spire/spire-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=271
-- 
2.21.0


[-- Attachment #1.3: 0002-acct-user-spire-add-the-spire-user.patch --]
[-- Type: text/x-diff, Size: 1584 bytes --]

From a2df101561501366f271558b73db4230ca000ef9 Mon Sep 17 00:00:00 2001
From: William Hubbs <william.hubbs@sony.com>
Date: Thu, 22 Aug 2019 16:58:30 -0500
Subject: [PATCH 2/2] acct-user/spire: add the spire user

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --force
Signed-off-by: William Hubbs <williamh@gentoo.org>
---
 acct-user/spire/metadata.xml   |  8 ++++++++
 acct-user/spire/spire-0.ebuild | 12 ++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 acct-user/spire/metadata.xml
 create mode 100644 acct-user/spire/spire-0.ebuild

diff --git a/acct-user/spire/metadata.xml b/acct-user/spire/metadata.xml
new file mode 100644
index 00000000000..65da3dd7829
--- /dev/null
+++ b/acct-user/spire/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>williamh@gentoo.org</email>
+    <name>William Hubbs</name>
+  </maintainer>
+</pkgmetadata>
diff --git a/acct-user/spire/spire-0.ebuild b/acct-user/spire/spire-0.ebuild
new file mode 100644
index 00000000000..1008ac8fc8b
--- /dev/null
+++ b/acct-user/spire/spire-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="user for spiffe runtime environment"
+ACCT_USER_ID=271
+ACCT_USER_GROUPS=( spire )
+
+acct-user_add_deps
-- 
2.21.0


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-08-22 22:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-22 22:06 [gentoo-dev] rfc: spire user and group (uid/gid 271) William Hubbs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox