From 8c5254162b0f3f7635f1af29b52a93c021b77c25 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 8 Oct 2015 08:40:58 -0400 Subject: fixed transmission-qt.profile --- test/test.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/test.sh') diff --git a/test/test.sh b/test/test.sh index 61dd58f9e..6f198cd52 100755 --- a/test/test.sh +++ b/test/test.sh @@ -2,6 +2,14 @@ ./chk_config.exp +echo "TESTING: default profiles installed in /etc" +PROFILES=`ls /etc/firejail/*.profile` +for PROFILE in $PROFILES +do + echo "TESTING: $PROFILE" + ./test-profile.exp $PROFILE +done + ./fscheck.sh echo "TESTING: environment variables" -- cgit v1.2.3-70-g09d2