summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb
diff options
context:
space:
mode:
authorRichard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>2018-08-20 20:14:16 +0530
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-11 21:33:52 -0400
commit8ac94ce397b90a3b2643b6d6d59fd36eed3f60bf (patch)
tree15580387be754fbff9955955d1483766b42e004f /meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb
parent91cb95d60ed4b7f52bf3e197eeb58ec5d570d662 (diff)
downloadtalos-openbmc-8ac94ce397b90a3b2643b6d6d59fd36eed3f60bf.tar.gz
talos-openbmc-8ac94ce397b90a3b2643b6d6d59fd36eed3f60bf.zip
Add group names based on recipe
Add ipmi, web, and redfish to the /etc/group file from own recipe. Note: phosphor-user-manager relies on this group names to manage access control (From meta-phosphor rev: fe5b8d24b982d2e7e0da26852b71df20a679abe2) Change-Id: Ide704dfb17b90c8d6bee75a14fc806397dce43c7 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb
index f9019af80..26206ffcc 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb
@@ -5,6 +5,7 @@ USERADD_PACKAGES = "${PN}"
# add a user called httpd for the server to assume
USERADD_PARAM_${PN} = "-r -s /usr/sbin/nologin bmcweb"
+GROUPADD_PARAM_${PN} = "web; redfish"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b"
OpenPOWER on IntegriCloud