aboutsummaryrefslogtreecommitdiffstats
path: root/etc/chromium-common.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-02-02 12:45:29 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2019-02-02 12:45:29 -0500
commiteaf30fc536c22340bc3a15217f11edb749d73ff4 (patch)
treebab483255a6e760154edc87b35985ea8f33c31af /etc/chromium-common.profile
parentMerge pull request #2386 from SkewedZeppelin/noexecpf (diff)
downloadfirejail-eaf30fc536c22340bc3a15217f11edb749d73ff4.tar.gz
firejail-eaf30fc536c22340bc3a15217f11edb749d73ff4.tar.zst
firejail-eaf30fc536c22340bc3a15217f11edb749d73ff4.zip
remove noexec home from chromium-based browsers
Diffstat (limited to 'etc/chromium-common.profile')
-rw-r--r--etc/chromium-common.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/chromium-common.profile b/etc/chromium-common.profile
index 13ed13058..7d8bc15ba 100644
--- a/etc/chromium-common.profile
+++ b/etc/chromium-common.profile
@@ -34,7 +34,8 @@ disable-mnt
34private-dev 34private-dev
35# private-tmp - problems with multiple browser sessions 35# private-tmp - problems with multiple browser sessions
36 36
37noexec ${HOME} 37# breaks DRM binaries
38#noexec ${HOME}
38noexec /tmp 39noexec /tmp
39 40
40# the file dialog needs to work without d-bus 41# the file dialog needs to work without d-bus