Skip to content

Commit

Permalink
Revert "seccomp tools"
Browse files Browse the repository at this point in the history
This reverts commit 63bd355.
  • Loading branch information
mxinden committed Aug 8, 2024
1 parent df9f928 commit bdf41e4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,6 @@ jobs:
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: Install seccomp-tools
run: sudo apt-get update && sudo apt-get install -y seccomp-tools

- name: Check for recvmmsg syscall
run: |
if seccomp-tools inspect $(pgrep -x emulator) | grep recvmmsg; then
echo "recvmmsg syscall is allowed"
else
echo "recvmmsg syscall is not allowed"
fi
- name: Create emulator script
run: |
echo '#!/bin/bash
Expand Down

0 comments on commit bdf41e4

Please sign in to comment.