merges, testing, private-etc

This commit is contained in:
netblue30 2023-02-16 08:21:50 -05:00
parent 7da0078e6e
commit 80bc00e40f
4 changed files with 6 additions and 2 deletions

2
README
View file

@ -329,6 +329,8 @@ Dara Adib (https://github.com/daradib)
- linphone profile fix - linphone profile fix
Dario Pellegrini (https://github.com/dpellegr) Dario Pellegrini (https://github.com/dpellegr)
- allowing links in netns - allowing links in netns
David Fetter (https://github.com/davidfetter)
- bump up copyright years
David Thole (https://github.com/TheDarkTrumpet) David Thole (https://github.com/TheDarkTrumpet)
- added profile for teams-for-linux - added profile for teams-for-linux
Davide Beatrici (https://github.com/davidebeatrici) Davide Beatrici (https://github.com/davidebeatrici)

View file

@ -35,6 +35,7 @@ seccomp
private-bin open-invaders private-bin open-invaders
private-dev private-dev
private-etc @x11
private-tmp private-tmp
dbus-user none dbus-user none

View file

@ -35,6 +35,7 @@ seccomp
# private-bin simutrans # private-bin simutrans
private-dev private-dev
private-etc @games,@x11
private-tmp private-tmp
dbus-user none dbus-user none

View file

@ -8,7 +8,7 @@ cd /home
spawn $env(SHELL) spawn $env(SHELL)
match_max 100000 match_max 100000
send -- "firejail --noprofile --name=\"rlimit testing\"\r" send -- "firejail --noprofile --name=\"rlimittesting\"\r"
expect { expect {
timeout {puts "TESTING ERROR 0\n";exit} timeout {puts "TESTING ERROR 0\n";exit}
-re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
@ -16,7 +16,7 @@ expect {
sleep 1 sleep 1
spawn $env(SHELL) spawn $env(SHELL)
send -- "firejail --rlimit-nofile=1234 --join=\"rlimit testing\"\r" send -- "firejail --rlimit-nofile=1234 --join=\"rlimittesting\"\r"
expect { expect {
timeout {puts "TESTING ERROR 1\n";exit} timeout {puts "TESTING ERROR 1\n";exit}
"Switching to pid" "Switching to pid"