This commit is contained in:
smitsohu 2021-07-22 01:11:50 +02:00
parent 02ebd9a099
commit 2b696b4d90
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ expect {
}
sleep 1
send -- "ls -l /etc/shadow\r"
send -- "ls -l /dev/console\r"
expect {
timeout {puts "TESTING ERROR 3\n";exit}
"root root"

View file

@ -1,5 +1,5 @@
blacklist /sbin/iptables
blacklist /etc/shadow
blacklist /dev/console
blacklist /bin/rmdir
blacklist ${PATH}/umount
blacklist ${PATH}/mount