-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.all.yaml
63 lines (59 loc) · 1.48 KB
/
config.all.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
linkerOverride: false
addLibstdc++: false
writeGraphs: false
writeGraphsDot: false
limit_subnode_depth: 3
limit_struct_parts: 32
strongFPAnalysis: false
strongFDAnalysis: false
filedescriptors: {} # Map ["function name" => argument number] to support FD detection
replaceArguments: {}
ignoreOutputs: []
contexts:
main:
instrument: false
instrumentCoverage: false
instrumentUser: ""
mprotect_mode: false
sequential_mode: false
programIsForking: false
silent: 0
concurrentLibraryCommunication: false
function_behavior: {}
selectors:
- "*.o"
- "libstdc++.a"
library:
selectors:
- "libabc.so"
ignored_functions: []
permissions:
readonly:
- /bin
- /lib64
- /dev/urandom
readwrite:
- "$HOME/.config/abc"
- "$ARGV"
tmpfs:
- /dev/random_tmpfs
user: 65534 # = nobody
group: 65534 # = nogroup
network: local # all/host, local, none
seccomp: |
DEFAULT ALLOW
max_cpus: 0 # 0 = all
capabilities: [] # list of capabilities that are retained / not dropped
silent: false
rlimit:
as: "" # address space in MB
core: "" # core file size in MB
cpu: "" # CPU time in sec
fsize: "" # File size in MB
nofile: "" # number of open FDs
nproc: "" # number of PIDs
stack: "" # stack size in MB
cgroup_mem_max: 0
cgroup_pids_max: 0
cgroup_cpu_ms_per_sec: 0