vmm: seccomp: add new seccomp filter for the DBusApi thread

Signed-off-by: Omer Faruk Bayram <omer.faruk@sartura.hr>
This commit is contained in:
Omer Faruk Bayram
2023-05-20 12:42:34 +03:00
committed by Bo Chen
parent f2c813e1cf
commit 0664647109
2 changed files with 40 additions and 1 deletions

View File

@@ -276,7 +276,6 @@ impl DBusApi {
}
}
// TODO: add another field to the `seccomp_filters::Thread` enum for the D-Bus API
// TODO: add command line arguments to make this configurable
pub fn start_dbus_thread(
api_notifier: EventFd,