summaryrefslogtreecommitdiffstats
path: root/etc/xlinks.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/xlinks.profile')
-rw-r--r--etc/xlinks.profile18
1 files changed, 18 insertions, 0 deletions
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 @@
1# Firejail profile for xlinks
2# Description: Text WWW browser (X11)
3# This file is overwritten after every install/update
4# Persistent local customizations
5include xlinks.local
6
7noblacklist /tmp/.X11-unix
8noblacklist ${HOME}/.links
9
10include whitelist-common.inc
11
12# if you want to use user-configured programs add 'private-bin PROGRAM1,PROGRAM2'
13# to your xlinks.local or append 'PROGRAM1,PROGRAM2' to this private-bin line
14private-bin xlinks
15private-etc fonts
16
17# Redirect
18include links.profile \ No newline at end of file