Skip to content

Commit

Permalink
Run the test container with SYS_ADMIN capability.
Browse files Browse the repository at this point in the history
This is a neccesity when using apfs-fuse as pointed out in s3fs-fuse/s3fs-fuse#647
  • Loading branch information
ich123 committed Feb 2, 2024
1 parent 603a573 commit bd94695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
export DOCKER_BUILDKIT=1
docker build -t flatten-ipsw .
docker build -f Dockerfile.test -t flatten-ipsw-test .
docker run --rm flatten-ipsw-test
docker run --rm --cap-add SYS_ADMIN --device /dev/fuse flatten-ipsw-test

0 comments on commit bd94695

Please sign in to comment.