aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.85k stars 91 forks source link

Disable default seccomp profile in CI #423

Closed future-highway closed 1 year ago

future-highway commented 1 year ago

This is an attempt to get more tests running in CI

future-highway commented 1 year ago

Attempts failed. The attempted flags must not be disabling Seccomp mode, but maybe using Secomp_filters (with no acutal filters)? Closing this PR so it doesn't linger. We should revisit at some point.