mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-04 19:11:11 +00:00
vmm: seccomp: Remove arch_prctl syscall from seccomp filter
The origins of the requirement for this syscall in the seccomp filter list are unknown. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
0162d73ed8
commit
10d1922393
@ -420,8 +420,6 @@ fn vmm_thread_rules() -> Result<Vec<(i64, Vec<SeccompRule>)>, BackendError> {
|
||||
(libc::SYS_accept4, vec![]),
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
(libc::SYS_access, vec![]),
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
(libc::SYS_arch_prctl, vec![]),
|
||||
(libc::SYS_bind, vec![]),
|
||||
(libc::SYS_brk, vec![]),
|
||||
(libc::SYS_clock_gettime, vec![]),
|
||||
|
Loading…
Reference in New Issue
Block a user