aboutsummaryrefslogtreecommitdiffstats
path: root/test/option_chroot_overlay.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-05 09:48:36 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-05 09:48:36 -0400
commit135338ba895d5feb444e3e4d6548e3474f262637 (patch)
tree9370a54dc7b05dd6381c8b517618cfc30445addb /test/option_chroot_overlay.exp
parentOpera profile patch (diff)
downloadfirejail-135338ba895d5feb444e3e4d6548e3474f262637.tar.gz
firejail-135338ba895d5feb444e3e4d6548e3474f262637.tar.zst
firejail-135338ba895d5feb444e3e4d6548e3474f262637.zip
grsecurity: --chroot
Diffstat (limited to 'test/option_chroot_overlay.exp')
-rwxr-xr-xtest/option_chroot_overlay.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/option_chroot_overlay.exp b/test/option_chroot_overlay.exp
index b39bc0c8e..dd1b8eb28 100755
--- a/test/option_chroot_overlay.exp
+++ b/test/option_chroot_overlay.exp
@@ -7,7 +7,8 @@ match_max 100000
7send -- "firejail --chroot=/tmp/chroot --overlay\r" 7send -- "firejail --chroot=/tmp/chroot --overlay\r"
8expect { 8expect {
9 timeout {puts "TESTING ERROR 0\n";exit} 9 timeout {puts "TESTING ERROR 0\n";exit}
10 "mutually exclusive" 10 "mutually exclusive" {puts "normal system\n"}
11 "Error: --chroot option is not available on GRSecurity systems" { puts "\nall done\n"; exit}
11} 12}
12sleep 1 13sleep 1
13 14