mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
commit
9abc12bf9b
2 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ read-only ${HOME}/.local/share/applications
|
|||
whitelist ${HOME}/.local/share/icons
|
||||
whitelist ${HOME}/.local/share/mime
|
||||
whitelist ${HOME}/.mime.types
|
||||
whitelist ${HOME}/.sndio/cookie
|
||||
whitelist ${HOME}/.uim.d
|
||||
|
||||
# dconf
|
||||
|
|
|
|||
|
|
@ -1277,6 +1277,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