From d9ee33c2b7e6665b6ee191992c6a066c80fface7 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Fri, 1 Mar 2019 04:57:34 +0000 Subject: Add new profile for xfce4-mixer (#2494) * Create xfce4-mixer.profile * Add xfce4-mixer config to disable-programs.inc * Add xfce4-mixer to firecfg --- etc/disable-programs.inc | 1 + etc/xfce4-mixer.profile | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 etc/xfce4-mixer.profile (limited to 'etc') diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc index 10d8b0463..de0f7a537 100644 --- a/etc/disable-programs.inc +++ b/etc/disable-programs.inc @@ -271,6 +271,7 @@ blacklist ${HOME}/.config/xfburn blacklist ${HOME}/.config/xfce4/xfce4-notes.gtkrc blacklist ${HOME}/.config/xfce4/xfce4-notes.rc blacklist ${HOME}/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml +blacklist ${HOME}/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml blacklist ${HOME}/.config/xfce4-dict blacklist ${HOME}/.config/xiaoyong blacklist ${HOME}/.config/xmms2 diff --git a/etc/xfce4-mixer.profile b/etc/xfce4-mixer.profile new file mode 100644 index 000000000..fc39bff60 --- /dev/null +++ b/etc/xfce4-mixer.profile @@ -0,0 +1,49 @@ +# Firejail profile for xfce4-mixer +# Description: Volume control for Xfce +# This file is overwritten after every install/update +# Persistent local customizations +include xfce4-mixer.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml + +include disable-common.inc +include disable-devel.inc +include disable-interpreters.inc +include disable-passwdmgr.inc +include disable-programs.inc +include disable-xdg.inc + +include whitelist-common.inc +include whitelist-var-common.inc + +apparmor +caps.drop all +ipc-namespace +machine-id +netfilter +no3d +# nodbus +nodvd +nogroups +nonewprivs +noroot +# nosound +notv +nou2f +novideo +protocol unix +seccomp +shell none + +disable-mnt +private-bin xfce4-mixer,xfconf-query +private-cache +private-dev +private-etc alternatives,asound.conf,fonts,pulse +private-tmp + +memory-deny-write-execute +noexec ${HOME} +noexec /tmp -- cgit v1.2.3-54-g00ecf