We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddab64 commit 6014c8bCopy full SHA for 6014c8b
tests/sysfs/procSys.bats
@@ -735,9 +735,6 @@ EOF
735
# verify that a non-root process with CAP_DAC_* is allowed to modify
736
# a /proc/sys file
737
738
- # build the fileDac program
739
- make -C "$SYSBOX_ROOT/tests/scr/capRaise"
740
-
741
# launch sys container, mount the tests/scr/capRaise dir into it.
742
local syscont=$(docker_run --rm -v ${SYSBOX_ROOT}/tests/scr/capRaise:/mnt/capRaise ${CTR_IMG_REPO}/ubuntu:latest tail -f /dev/null)
743
0 commit comments