mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Whitelist /tmp/sndio in private-tmp
This commit is contained in:
parent
e6f573b39f
commit
64d1ef4755
1 changed files with 3 additions and 0 deletions
|
|
@ -1274,6 +1274,9 @@ void fs_private_tmp(void) {
|
|||
// read-only x11 directory
|
||||
profile_add("read-only /tmp/.X11-unix");
|
||||
|
||||
// whitelist sndio directory
|
||||
profile_add("whitelist /tmp/sndio");
|
||||
|
||||
// whitelist any pulse* file in /tmp directory
|
||||
// some distros use PulseAudio sockets under /tmp instead of the socket in /urn/user
|
||||
DIR *dir;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue