1 # This is a whitelist that allows accesses to files not in our
2 # build directory nor source directory. The records are in the
5 # $path: $progname: $testname
6 # $path: $action: $progname: $testname
8 # All these variables are evaluated as perl RE. So to allow
9 # /dev/sda and /dev/sdb, you can just '/dev/sd[a-b]', or to allow
10 # /proc/$pid/status you can '/proc/\d+/status' and so on.
11 # Moreover, $action, $progname and $testname can be empty, in which
12 # which case $path is allowed for all tests. However, $action (if
13 # specified) must be one of "open", "fopen", "access", "stat",
17 /bin/dirname: sysinfotest: x86 sysinfo
18 /bin/sleep: commandtest
19 /bin/true: commandtest
27 # This is just a dummy example, DO NOT USE IT LIKE THAT!
28 .*: nonexistent-test-touching-everything