mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
merges, testing, private-etc
This commit is contained in:
parent
7da0078e6e
commit
80bc00e40f
4 changed files with 6 additions and 2 deletions
2
README
2
README
|
|
@ -329,6 +329,8 @@ Dara Adib (https://github.com/daradib)
|
|||
- linphone profile fix
|
||||
Dario Pellegrini (https://github.com/dpellegr)
|
||||
- allowing links in netns
|
||||
David Fetter (https://github.com/davidfetter)
|
||||
- bump up copyright years
|
||||
David Thole (https://github.com/TheDarkTrumpet)
|
||||
- added profile for teams-for-linux
|
||||
Davide Beatrici (https://github.com/davidebeatrici)
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ seccomp
|
|||
|
||||
private-bin open-invaders
|
||||
private-dev
|
||||
private-etc @x11
|
||||
private-tmp
|
||||
|
||||
dbus-user none
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ seccomp
|
|||
|
||||
# private-bin simutrans
|
||||
private-dev
|
||||
private-etc @games,@x11
|
||||
private-tmp
|
||||
|
||||
dbus-user none
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ cd /home
|
|||
spawn $env(SHELL)
|
||||
match_max 100000
|
||||
|
||||
send -- "firejail --noprofile --name=\"rlimit testing\"\r"
|
||||
send -- "firejail --noprofile --name=\"rlimittesting\"\r"
|
||||
expect {
|
||||
timeout {puts "TESTING ERROR 0\n";exit}
|
||||
-re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
|
||||
|
|
@ -16,7 +16,7 @@ expect {
|
|||
sleep 1
|
||||
|
||||
spawn $env(SHELL)
|
||||
send -- "firejail --rlimit-nofile=1234 --join=\"rlimit testing\"\r"
|
||||
send -- "firejail --rlimit-nofile=1234 --join=\"rlimittesting\"\r"
|
||||
expect {
|
||||
timeout {puts "TESTING ERROR 1\n";exit}
|
||||
"Switching to pid"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue