aboutsummaryrefslogtreecommitdiffstats
path: root/test/root/root.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/root/root.sh')
-rwxr-xr-xtest/root/root.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/root/root.sh b/test/root/root.sh
index 8c7437e49..471b7d535 100755
--- a/test/root/root.sh
+++ b/test/root/root.sh
@@ -1,5 +1,8 @@
1#!/bin/bash 1#!/bin/bash
2 2
3# set a new firejail config file
4cp firejail.config /etc/firejail/firejail.config
5
3#******************************** 6#********************************
4# servers 7# servers
5#******************************** 8#********************************
@@ -91,3 +94,6 @@ else
91 echo "TESTING SKIP: firecfg, firefox not found" 94 echo "TESTING SKIP: firecfg, firefox not found"
92fi 95fi
93 96
97# restore the default config file
98cp ../../etc/firejail.config /etc/firejail/firejail.config
99