aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-profiles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-profiles.sh')
-rwxr-xr-xtest/test-profiles.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/test-profiles.sh b/test/test-profiles.sh
new file mode 100755
index 000000000..d9142885b
--- /dev/null
+++ b/test/test-profiles.sh
@@ -0,0 +1,10 @@
1#!/bin/bash
2
3echo "TESTING: default profiles installed in /etc"
4PROFILES=`ls /etc/firejail/*.profile`
5for PROFILE in $PROFILES
6do
7 echo "TESTING: $PROFILE"
8 ./test-profile.exp $PROFILE
9done
10