aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-03-13 13:04:42 +0000
committerLibravatar GitHub <noreply@github.com>2020-03-13 13:04:42 +0000
commit284b9762c6857e93f33702aefb168933c6d72e60 (patch)
tree48fbff6e4b134a970a04dfb17520698494d9ee83 /etc
parentMerge pull request #3273 from psanford/fix-zoom-sso (diff)
downloadfirejail-284b9762c6857e93f33702aefb168933c6d72e60.tar.gz
firejail-284b9762c6857e93f33702aefb168933c6d72e60.tar.zst
firejail-284b9762c6857e93f33702aefb168933c6d72e60.zip
discord 0.10 | fix #3247 (#3259)
* discord 0.10 | fix #3247 * revert private-bin move & use disable-exec * fix slack, see https://github.com/netblue30/firejail/issues/2946#issuecomment-598612520
Diffstat (limited to 'etc')
-rw-r--r--etc/discord-common.profile9
-rw-r--r--etc/slack.profile2
2 files changed, 6 insertions, 5 deletions
diff --git a/etc/discord-common.profile b/etc/discord-common.profile
index a6e730937..43e8d5cd7 100644
--- a/etc/discord-common.profile
+++ b/etc/discord-common.profile
@@ -6,8 +6,11 @@ include discord-common.local
6# added by caller profile 6# added by caller profile
7#include globals.local 7#include globals.local
8 8
9ignore noexec ${HOME}
10
9include disable-common.inc 11include disable-common.inc
10include disable-devel.inc 12include disable-devel.inc
13include disable-exec.inc
11include disable-passwdmgr.inc 14include disable-passwdmgr.inc
12include disable-programs.inc 15include disable-programs.inc
13 16
@@ -25,11 +28,9 @@ notv
25nou2f 28nou2f
26novideo 29novideo
27protocol unix,inet,inet6,netlink 30protocol unix,inet,inet6,netlink
28seccomp 31seccomp !chroot
29 32
30private-bin bash,cut,echo,egrep,grep,head,sed,sh,tr,xdg-mime,xdg-open,zsh 33private-bin bash,cut,echo,egrep,grep,head,sed,sh,tclsh,tr,xdg-mime,xdg-open,zsh
31private-dev 34private-dev
32private-etc alternatives,ca-certificates,crypto-policies,fonts,group,ld.so.cache,localtime,login.defs,machine-id,password,pki,resolv.conf,ssl 35private-etc alternatives,ca-certificates,crypto-policies,fonts,group,ld.so.cache,localtime,login.defs,machine-id,password,pki,resolv.conf,ssl
33private-tmp 36private-tmp
34
35noexec /tmp
diff --git a/etc/slack.profile b/etc/slack.profile
index 54069f657..9a10e38fe 100644
--- a/etc/slack.profile
+++ b/etc/slack.profile
@@ -28,7 +28,7 @@ noroot
28notv 28notv
29nou2f 29nou2f
30protocol unix,inet,inet6,netlink 30protocol unix,inet,inet6,netlink
31seccomp 31seccomp !chroot
32shell none 32shell none
33 33
34disable-mnt 34disable-mnt