mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
testing
This commit is contained in:
parent
9366b9ddd3
commit
a3207cdca5
6 changed files with 14 additions and 14 deletions
|
|
@ -50,3 +50,9 @@ echo "TESTING: firejail in firejail - single sandbox (test/environment/firejail-
|
|||
|
||||
echo "TESTING: firejail in firejail - force new sandbox (test/environment/firejail-in-firejail2.exp)"
|
||||
./firejail-in-firejail2.exp
|
||||
|
||||
echo "TESTING: sound (test/environment/sound.exp)"
|
||||
./sound.exp
|
||||
|
||||
echo "TESTING: nice ((test/environment/nice.exp)"
|
||||
./nice.exp
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/expect -f
|
||||
# This file is part of Firejail project
|
||||
# Copyright (C) 2014-2016 Firejail Authors
|
||||
# License GPL v2
|
||||
|
||||
set timeout 10
|
||||
spawn $env(SHELL)
|
||||
|
|
@ -1,4 +1,8 @@
|
|||
#!/usr/bin/expect -f
|
||||
# This file is part of Firejail project
|
||||
# Copyright (C) 2014-2016 Firejail Authors
|
||||
# License GPL v2
|
||||
|
||||
|
||||
set timeout 10
|
||||
spawn $env(SHELL)
|
||||
|
|
@ -75,5 +79,5 @@ expect {
|
|||
}
|
||||
sleep 2
|
||||
|
||||
puts "\n"
|
||||
puts "\nall done\n"
|
||||
|
||||
13
test/notes
13
test/notes
|
|
@ -1,13 +0,0 @@
|
|||
Testing --nosound
|
||||
|
||||
Get a list of active PulseAudio clients:
|
||||
$ pacmd info | grep application.process.binary
|
||||
application.process.binary = "lxpanel"
|
||||
application.process.binary = "plugin-container"
|
||||
application.process.binary = "plugin-container"
|
||||
|
||||
Find active PulseAudio socket:
|
||||
$ netstat -l | grep pulse
|
||||
unix 2 [ ACC ] STREAM LISTENING 10669 /tmp/pulse-WwG6ohxIJmGO/cli
|
||||
unix 2 [ ACC ] STREAM LISTENING 12584 /tmp/pulse-WwG6ohxIJmGO/dbus-socket
|
||||
unix 2 [ ACC ] STREAM LISTENING 12581 /tmp/pulse-WwG6ohxIJmGO/native
|
||||
Loading…
Add table
Add a link
Reference in a new issue