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

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'