diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2018-10-02 00:40:24 +0000 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-10-02 09:15:47 -0400 |
commit | c610ab518cff823eb6eab2cc07c525a7d3bb9651 (patch) | |
tree | de6ba407baafef9ad988fc8ac403c6515c792a83 | |
parent | c24b01af6d55d5e302486125236deb11290de8b6 (diff) | |
download | talos-openbmc-c610ab518cff823eb6eab2cc07c525a7d3bb9651.tar.gz talos-openbmc-c610ab518cff823eb6eab2cc07c525a7d3bb9651.zip |
phosphor-user-manager: srcrev bump 9f630d9eb0..7ba3c71cb3
Richard Marian Thomaiyar (3):
Handle empty privilege condition
User home directory fixups. Needed for SSH
Fix to include user id 0 in users list.
(From meta-phosphor rev: 212ee848039c2c5e64dac6ec3dbb208dd2202f4b)
Change-Id: Ibab1438e8a89bf018e5a469b04b2a376d888b01b
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r-- | meta-phosphor/recipes-phosphor/users/phosphor-user-manager.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager.bb b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager.bb index e7b81924f..ef390512f 100644 --- a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager.bb +++ b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager.bb @@ -25,5 +25,5 @@ GROUPADD_PARAM_${PN} = "priv-admin; priv-operator; priv-user; priv-callback " DBUS_SERVICE_${PN} += "xyz.openbmc_project.User.Manager.service" SRC_URI += "git://github.com/openbmc/phosphor-user-manager" -SRCREV = "9f630d9eb0ce1c103532a4304ea080066199094e" +SRCREV = "7ba3c71cb31c6316e364d1c3c8abde249a6724d1" S = "${WORKDIR}/git" |