mirror of
https://github.com/QingdaoU/Judger.git
synced 2024-12-28 16:01:41 +00:00
add sysinfo
This commit is contained in:
parent
d19a6dc192
commit
2e0632c985
@ -33,6 +33,7 @@ int _c_cpp_seccomp_rules(struct config *_config, bool allow_write_file) {
|
||||
SCMP_SYS(rseq),
|
||||
SCMP_SYS(set_robust_list),
|
||||
SCMP_SYS(set_tid_address),
|
||||
SCMP_SYS(sysinfo),
|
||||
SCMP_SYS(write),
|
||||
SCMP_SYS(writev)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user