aboutsummaryrefslogtreecommitdiffstats
path: root/test/profiles
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2021-07-22 01:11:50 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2021-07-22 01:11:50 +0200
commit2b696b4d906fdc87af895627c67a1159bcca9c68 (patch)
tree4719c47df8a4e922d13886f34c06601abd49bcab /test/profiles
parentoutput options: expand ~ (diff)
downloadfirejail-2b696b4d906fdc87af895627c67a1159bcca9c68.tar.gz
firejail-2b696b4d906fdc87af895627c67a1159bcca9c68.tar.zst
firejail-2b696b4d906fdc87af895627c67a1159bcca9c68.zip
testing
Diffstat (limited to 'test/profiles')
-rwxr-xr-xtest/profiles/profile_syntax.exp2
-rw-r--r--test/profiles/test.profile2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/profiles/profile_syntax.exp b/test/profiles/profile_syntax.exp
index 258089a39..a2cccb0d4 100755
--- a/test/profiles/profile_syntax.exp
+++ b/test/profiles/profile_syntax.exp
@@ -22,7 +22,7 @@ expect {
22} 22}
23 23
24sleep 1 24sleep 1
25send -- "ls -l /etc/shadow\r" 25send -- "ls -l /dev/console\r"
26expect { 26expect {
27 timeout {puts "TESTING ERROR 3\n";exit} 27 timeout {puts "TESTING ERROR 3\n";exit}
28 "root root" 28 "root root"
diff --git a/test/profiles/test.profile b/test/profiles/test.profile
index 26d6de849..27cb99606 100644
--- a/test/profiles/test.profile
+++ b/test/profiles/test.profile
@@ -1,5 +1,5 @@
1blacklist /sbin/iptables 1blacklist /sbin/iptables
2blacklist /etc/shadow 2blacklist /dev/console
3blacklist /bin/rmdir 3blacklist /bin/rmdir
4blacklist ${PATH}/umount 4blacklist ${PATH}/umount
5blacklist ${PATH}/mount 5blacklist ${PATH}/mount