backup: Wire up qemu full pull backup commands over QMP
[libvirt/ericb.git] / tests / file_access_whitelist.txt
blob3fb318cbab9315daeb925613f550a727d5191cc3
1 # This is a whitelist that allows accesses to files not in our
2 # build directory nor source directory. The records are in the
3 # following formats:
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",
14 # "lstat", "connect".
16 /bin/cat: sysinfotest
17 /bin/dirname: sysinfotest: x86 sysinfo
18 /bin/sleep: commandtest
19 /bin/true: commandtest
20 /dev/null
21 /dev/urandom
22 /etc/hosts
23 /proc/\d+/status
25 /etc/passwd: fopen
27 # This is just a dummy example, DO NOT USE IT LIKE THAT!
28 .*: nonexistent-test-touching-everything