aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs_chroot.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-05 09:59:44 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-05 09:59:44 -0400
commit37e16a1e65df28b2b1407843e3e3de68a432a18e (patch)
treeeaeacb08b9db24b8ceebd95431f93de7aeae84dd /test/fs_chroot.exp
parentgrsecurity: --chroot (diff)
downloadfirejail-37e16a1e65df28b2b1407843e3e3de68a432a18e.tar.gz
firejail-37e16a1e65df28b2b1407843e3e3de68a432a18e.tar.zst
firejail-37e16a1e65df28b2b1407843e3e3de68a432a18e.zip
grsecurity: --overlay
Diffstat (limited to 'test/fs_chroot.exp')
-rwxr-xr-xtest/fs_chroot.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fs_chroot.exp b/test/fs_chroot.exp
index cced5a0f0..aeb5669e1 100755
--- a/test/fs_chroot.exp
+++ b/test/fs_chroot.exp
@@ -7,7 +7,7 @@ match_max 100000
7send -- "firejail --chroot=/tmp/chroot\r" 7send -- "firejail --chroot=/tmp/chroot\r"
8expect { 8expect {
9 timeout {puts "TESTING ERROR 0\n";exit} 9 timeout {puts "TESTING ERROR 0\n";exit}
10 "Error: --chroot option is not available on GRSecurity systems" {puts "\nall done\n"; exit} 10 "Error: --chroot option is not available on Grsecurity systems" {puts "\nall done\n"; exit}
11 "Child process initialized" {puts "chroot available\n"}; 11 "Child process initialized" {puts "chroot available\n"};
12} 12}
13sleep 1 13sleep 1