From 2b8b8e54968d068599d5800f88869efcadd316ac Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 28 Nov 2015 07:37:32 -0500 Subject: profile cleanup, addinghexchat profile --- etc/disable-common.inc | 1 + etc/hexchat.profile | 10 ++++++++++ etc/weechat-curses.profile | 2 ++ etc/wine.profile | 1 + etc/xchat.profile | 1 + 5 files changed, 15 insertions(+) create mode 100644 etc/hexchat.profile create mode 100644 etc/weechat-curses.profile (limited to 'etc') diff --git a/etc/disable-common.inc b/etc/disable-common.inc index a363d1369..177588f5b 100644 --- a/etc/disable-common.inc +++ b/etc/disable-common.inc @@ -38,6 +38,7 @@ blacklist ${HOME}/.remmina # Other blacklist ${HOME}/.tconn blacklist ${HOME}/.FBReader +blacklist ${HOME}/.wine # X11 session autostart blacklist ${HOME}/.xinitrc diff --git a/etc/hexchat.profile b/etc/hexchat.profile new file mode 100644 index 000000000..61c9ac5bb --- /dev/null +++ b/etc/hexchat.profile @@ -0,0 +1,10 @@ +# HexChat profile +noblacklist ${HOME}/.config/hexchat +include /etc/firejail/disable-mgmt.inc +include /etc/firejail/disable-secret.inc +include /etc/firejail/disable-common.inc +include /etc/firejail/disable-devel.inc +caps.drop all +seccomp +protocol unix,inet,inet6 +noroot diff --git a/etc/weechat-curses.profile b/etc/weechat-curses.profile new file mode 100644 index 000000000..f7c1b6590 --- /dev/null +++ b/etc/weechat-curses.profile @@ -0,0 +1,2 @@ +# Weechat profile (Debian) +include /etc/firejail/weechat.profile diff --git a/etc/wine.profile b/etc/wine.profile index e3dd081eb..8a7f66773 100644 --- a/etc/wine.profile +++ b/etc/wine.profile @@ -1,6 +1,7 @@ # wine profile noblacklist ${HOME}/.steam noblacklist ${HOME}/.local/share/steam +noblacklist ${HOME}/.wine include /etc/firejail/disable-mgmt.inc include /etc/firejail/disable-secret.inc include /etc/firejail/disable-common.inc diff --git a/etc/xchat.profile b/etc/xchat.profile index a9f56cda4..37e1371e6 100644 --- a/etc/xchat.profile +++ b/etc/xchat.profile @@ -1,4 +1,5 @@ # XChat profile +noblacklist ${HOME}/.config/xchat include /etc/firejail/disable-mgmt.inc include /etc/firejail/disable-secret.inc include /etc/firejail/disable-common.inc -- cgit v1.2.3-54-g00ecf