mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Expose /tmp/.X11-unix as read-only as per Issue #2269
This commit is contained in:
parent
d01b93bbbd
commit
feae44c4ff
1 changed files with 2 additions and 0 deletions
|
|
@ -1519,6 +1519,8 @@ void fs_private_tmp(void) {
|
|||
|
||||
// whitelist x11 directory
|
||||
profile_add("whitelist /tmp/.X11-unix");
|
||||
// read-only x11 directory
|
||||
profile_add("read-only /tmp/.X11-unix");
|
||||
|
||||
// whitelist any pulse* file in /tmp directory
|
||||
// some distros use PulseAudio sockets under /tmp instead of the socket in /urn/user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue