Skip to content

Commit

Permalink
4755 the test programs
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorNelson committed Dec 20, 2024
1 parent 4aaece6 commit c90fa08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ RUN useradd -m hacker
COPY --from=builder --chmod=6755 /usr/src/exec-suid/target/x86_64-unknown-linux-musl/release/exec-suid /usr/bin/exec-suid
COPY tests /tests

RUN chmod 4755 /tests/programs/*

CMD ["pytest", "-v", "/tests"]

0 comments on commit c90fa08

Please sign in to comment.