summaryrefslogtreecommitdiff
path: root/tests/format/option-list-directive/project.conf
blob: 588b3bcd6b3ffcbb3557328954d99876986c6cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: test
min-version: 2.0

options:
  shell_mount_devices:
    type: bool
    description: whether to mount devices in the shell
    default: false

shell:
  host-files:
  - '/etc/passwd'
  - '/etc/group'

  (?):
  - shell_mount_devices:
      host-files:
        (>):
        - '/dev/dri'