api/bin/seccomp-setup

Summary

Maintainability
Test Coverage
#!/bin/sh

set -e

mkdir -p /tmp/strace;
rm -rf /tmp/strace/*;