From 033074ab6d859fbd11fc3e1946d637572666ff48 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 20 Oct 2017 11:08:58 -0400 Subject: allow blacklists noexec etc. in private home directories; fix bug #1608 --- test/fs/private-home-dir.exp | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'test') diff --git a/test/fs/private-home-dir.exp b/test/fs/private-home-dir.exp index 9c97ff4ea..d58adf801 100755 --- a/test/fs/private-home-dir.exp +++ b/test/fs/private-home-dir.exp @@ -73,32 +73,6 @@ send -- "touch ~/_firejail_test_dir_/test_dir_2/testfile\r" sleep 1 send -- "firejail --debug --noprofile --blacklist=~/test_dir_2 --private=~/_firejail_test_dir_\r" -expect { - timeout {puts "TESTING ERROR 6\n";exit} - "Not blacklist" -} -expect { - timeout {puts "TESTING ERROR 7\n";exit} - "test_dir_2" -} -expect { - timeout {puts "TESTING ERROR 8\n";exit} - "Child process initialized" -} - -sleep 1 - -send -- "find ~\r" -expect { - timeout {puts "TESTING ERROR 9\n";exit} - "testfile" -} -after 100 - -send -- "exit\r" -sleep 1 - -send -- "firejail --debug --noprofile --allow-private-blacklist --blacklist=~/test_dir_2 --private=~/_firejail_test_dir_\r" expect { timeout {puts "TESTING ERROR 10\n";exit} "Disable" -- cgit v1.2.3-54-g00ecf