mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
testing
This commit is contained in:
parent
02ebd9a099
commit
2b696b4d90
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
blacklist /sbin/iptables
|
||||
blacklist /etc/shadow
|
||||
blacklist /dev/console
|
||||
blacklist /bin/rmdir
|
||||
blacklist ${PATH}/umount
|
||||
blacklist ${PATH}/mount
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue