From c06f29ada4726864618c764ba767ff1c8c42758c Mon Sep 17 00:00:00 2001 From: AppaRao Puli Date: Tue, 10 Jul 2018 23:18:13 +0530 Subject: Adding dbus interfaces for channel access info Added new interface(ChannelAccess) for holding channel access information(privilege). This is used to set & get channel level authorization. Change-Id: Ib927d5658c0601df0da0969572fa28733a825b93 Signed-off-by: AppaRao Puli Signed-off-by: Richard Marian Thomaiyar --- xyz/openbmc_project/Channel/ChannelAccess.interface.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 xyz/openbmc_project/Channel/ChannelAccess.interface.yaml diff --git a/xyz/openbmc_project/Channel/ChannelAccess.interface.yaml b/xyz/openbmc_project/Channel/ChannelAccess.interface.yaml new file mode 100644 index 0000000..715fdec --- /dev/null +++ b/xyz/openbmc_project/Channel/ChannelAccess.interface.yaml @@ -0,0 +1,13 @@ +description: > + This interface defines channel specific privilege access information + which is used for channel authorization. Application must determine + channel level privilege restriction based on this property. + +properties: + - name: MaxPrivilege + type: string + description: > + Maximum privilege associated with specific channel. + errors: + - xyz.openbmc_project.Common.Error.InvalidArgument + - xyz.openbmc_project.Common.Error.InternalFailure -- cgit v1.2.1