virtio-devices: seccomp: Add seccomp filters for rng thread

This patch enables the seccomp filters for the rng worker thread.

Partially fixes: #925

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2020-08-04 10:46:49 -07:00
committed by Rob Bradford
parent 6a26789222
commit a426221167
4 changed files with 55 additions and 4 deletions
+1
View File
@@ -129,4 +129,5 @@ pub enum Error {
EpollHander(String),
NoMemoryConfigured,
NetQueuePair(::net_util::NetQueuePairError),
ApplySeccompFilter(seccomp::Error),
}