summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Control/Security/RestrictionMode.interface.yaml
blob: 8e4fd8d3b2e523eb1423e89e99528ddac31a03dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
description: >
    Implement to specify a restricted mode of operation.

properties:
    - name: RestrictionMode
      type: enum[self.Modes]
      description: >
          The restriction mode.

enumerations:
    - name: Modes
      description: >
        Possible modes of restriction.
      values:
        - name: None
          description: >
            No restriction.
        - name: Whitelist
          description: >
            Allow, only if in the whitelist.
        - name: Blacklist
          description: >
            Prevent, if in the blacklist.
OpenPOWER on IntegriCloud