aboutsummaryrefslogtreecommitdiffstats
path: root/etc/tar.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-01-17 17:11:20 +0100
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-01-18 11:25:55 +0100
commit634cf3b49a4583439c30224b28f5965ffdb3178e (patch)
tree565604f1d3fccfb2c3068a69c4ae13080d7916ac /etc/tar.profile
parentadd 'blacklist ${RUNUSER}/wayland-*' to all profi… (diff)
downloadfirejail-634cf3b49a4583439c30224b28f5965ffdb3178e.tar.gz
firejail-634cf3b49a4583439c30224b28f5965ffdb3178e.tar.zst
firejail-634cf3b49a4583439c30224b28f5965ffdb3178e.zip
add 'blacklist ${RUNUSER}/wayland-*' to all profi…
…les with 'x11 none'
Diffstat (limited to 'etc/tar.profile')
-rw-r--r--etc/tar.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/tar.profile b/etc/tar.profile
index 455a370de..0858dcb26 100644
--- a/etc/tar.profile
+++ b/etc/tar.profile
@@ -7,6 +7,8 @@ include tar.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10blacklist ${RUNUSER}/wayland-*
11
10# Arch Linux (based distributions) need access to /var/lib/pacman. As we drop all capabilities this is automatically read-only. 12# Arch Linux (based distributions) need access to /var/lib/pacman. As we drop all capabilities this is automatically read-only.
11noblacklist /var/lib/pacman 13noblacklist /var/lib/pacman
12 14