diff options
Diffstat (limited to 'test/test6.sh')
-rwxr-xr-x | test/test6.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/test6.sh b/test/test6.sh new file mode 100755 index 0000000..dff4ee9 --- /dev/null +++ b/test/test6.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +# desc: test triggers in kernel package + +$APK add --root $ROOT --initdb -U --repository $PWD/repo1 \ + --repository $SYSREPO linux-grsec + +test -L "$ROOT"/boot/vmlinuz-grsec + +test -L "$ROOT"/boot/initramfs-grsec + |