commit | 6dd1c2ad86507202dd55c533559e253f846e99c8 | [log] [tgz] |
---|---|---|
author | Anton D. Kachalov <gmouse@google.com> | Fri Apr 02 17:34:49 2021 +0200 |
committer | Anton D. Kachalov <gmouse@google.com> | Mon May 31 17:37:10 2021 +0200 |
tree | 2c038cffdcb00901d118697925c160fcd43b8f57 | |
parent | 811a29e1941db0157f49d2e05491be945f7b2f07 [diff] [blame] |
Supply service & busconfig ACLs from the repo. This change required as a part of privilege separation work: https://github.com/openbmc/openbmc/issues/3383 Dependant meta-phosphor change: https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/41430 Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: Ic0b1b57f8a088defe096f1ab793efa1f015ca5be
diff --git a/dist/bmc-vmi-ca-manager.service b/dist/bmc-vmi-ca-manager.service new file mode 100644 index 0000000..83ef6ef --- /dev/null +++ b/dist/bmc-vmi-ca-manager.service
@@ -0,0 +1,14 @@ +[Unit] +Description=BMC VMI CA authority manager + +[Service] +ExecStart=/usr/bin/env bmc-vmi-ca +SyslogIdentifier=bmc-vmi-ca +Restart=always +UMask=0007 + +Type=dbus +BusName=xyz.openbmc_project.Certs.ca.authority.Manager + +[Install] +WantedBy=multi-user.target