From cdc23478db1a3c4ae256dead1f837c36fc4032ef Mon Sep 17 00:00:00 2001 From: Jose Riha Date: Sun, 2 Jun 2019 13:13:58 +0200 Subject: Add profile for links and xlinks (#2734) * Add profile for links and xlinks * Add profile for links and xlinks * (X)links changes from review xlinks redirects to links Add basic private-etc line and a commented, extended private-etc * Add alternatives to private-etc --- etc/xlinks.profile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 etc/xlinks.profile (limited to 'etc/xlinks.profile') diff --git a/etc/xlinks.profile b/etc/xlinks.profile new file mode 100644 index 000000000..775d6f8ed --- /dev/null +++ b/etc/xlinks.profile @@ -0,0 +1,18 @@ +# Firejail profile for xlinks +# Description: Text WWW browser (X11) +# This file is overwritten after every install/update +# Persistent local customizations +include xlinks.local + +noblacklist /tmp/.X11-unix +noblacklist ${HOME}/.links + +include whitelist-common.inc + +# if you want to use user-configured programs add 'private-bin PROGRAM1,PROGRAM2' +# to your xlinks.local or append 'PROGRAM1,PROGRAM2' to this private-bin line +private-bin xlinks +private-etc fonts + +# Redirect +include links.profile \ No newline at end of file -- cgit v1.2.3-54-g00ecf