Revision Date Author Comments
# 1a891d32 24-Oct-2022 Nan Zhou <nanzhoumails@gmail.com>

User: add interfaces and errors for groups

As proposed in the following design,
[1] https://github.com/openbmc/docs/blob/master/designs/redfish-authorization.md

The UserManager interface needs to e

User: add interfaces and errors for groups

As proposed in the following design,
[1] https://github.com/openbmc/docs/blob/master/designs/redfish-authorization.md

The UserManager interface needs to expose new interfaces to add/delete
secondary groups, which are then used to model Redfish roles and
privileges.

An implementation is in the follow code review,
[1] https://gerrit.openbmc.org/c/openbmc/phosphor-user-manager/+/58143.

Signed-off-by: Nan Zhou <nanzhoumails@gmail.com>
Change-Id: I252e56dc03e694e3aedf3ae6fdda64edc947fc06

show more ...


# f1260d35 29-Apr-2022 Patrick Williams <patrick@stwcx.xyz>

prettier: reformat YAML

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ib7050ca82a9826efbd5ef356f546f3c33d7a2186


# f18b21e0 09-Sep-2021 Patrick Williams <patrick@stwcx.xyz>

various: fix error metadata for systemd rules

systemd-journald requires that log statements are "KEYWORD=%printf"
and any spaces would cause the journal metadata to be dropped.
Fix a few of them I s

various: fix error metadata for systemd rules

systemd-journald requires that log statements are "KEYWORD=%printf"
and any spaces would cause the journal metadata to be dropped.
Fix a few of them I see in the repo.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I8c7f84bed0a919d5042e083bf3bd87001b10aaf9

show more ...


# b1b4d261 05-Jun-2021 William A. Kennington III <wak@google.com>

treewide: Create yaml directory

This allows the propagated yamldir paramter to work correctly in
subproject style builds. We don't want other files in the project
conflicting with tools that scan th

treewide: Create yaml directory

This allows the propagated yamldir paramter to work correctly in
subproject style builds. We don't want other files in the project
conflicting with tools that scan the yamldir.

Change-Id: Ie2759c7f3baf399392cdda0e507055ceb262d2e1
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...