From 284b9762c6857e93f33702aefb168933c6d72e60 Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Fri, 13 Mar 2020 13:04:42 +0000 Subject: 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 --- etc/discord-common.profile | 9 +++++---- etc/slack.profile | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'etc') 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 # added by caller profile #include globals.local +ignore noexec ${HOME} + include disable-common.inc include disable-devel.inc +include disable-exec.inc include disable-passwdmgr.inc include disable-programs.inc @@ -25,11 +28,9 @@ notv nou2f novideo protocol unix,inet,inet6,netlink -seccomp +seccomp !chroot -private-bin bash,cut,echo,egrep,grep,head,sed,sh,tr,xdg-mime,xdg-open,zsh +private-bin bash,cut,echo,egrep,grep,head,sed,sh,tclsh,tr,xdg-mime,xdg-open,zsh private-dev private-etc alternatives,ca-certificates,crypto-policies,fonts,group,ld.so.cache,localtime,login.defs,machine-id,password,pki,resolv.conf,ssl private-tmp - -noexec /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 notv nou2f protocol unix,inet,inet6,netlink -seccomp +seccomp !chroot shell none disable-mnt -- cgit v1.2.3-54-g00ecf