Brad Bishop | 3e65790 | 2017-07-30 23:17:27 -0400 | [diff] [blame] | 1 | description: > |
| 2 | 'An implementation may provide a single instance of |
| 3 | MinimumShipLevelRequired on |
| 4 | /xyz/openbmc_project/control/minimum_ship_level_required. |
| 5 | |
| 6 | The definition of enforcement of this setting is implementation defined.' |
| 7 | |
| 8 | properties: |
| 9 | - name: MinimumShipLevelRequired |
| 10 | type: boolean |
| 11 | description: > |
| 12 | 'A user has requested that the implementation |
| 13 | specific requirements associated with minimum ship level |
| 14 | enforcement be applied when MinimumShipLevelRequired is true.' |
| 15 | |
| 16 | # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 |