Skip to content

Commit c06f29a

Browse files
apuli1bradbishop
authored andcommitted
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 <apparao.puli@intel.com> Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
1 parent f7e94d7 commit c06f29a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
description: >
2+
This interface defines channel specific privilege access information
3+
which is used for channel authorization. Application must determine
4+
channel level privilege restriction based on this property.
5+
6+
properties:
7+
- name: MaxPrivilege
8+
type: string
9+
description: >
10+
Maximum privilege associated with specific channel.
11+
errors:
12+
- xyz.openbmc_project.Common.Error.InvalidArgument
13+
- xyz.openbmc_project.Common.Error.InternalFailure

0 commit comments

Comments
 (0)