summaryrefslogtreecommitdiffstats
path: root/etc/xlinks.profile
diff options
context:
space:
mode:
authorLibravatar Jose Riha <jose1711@gmail.com>2019-06-02 13:13:58 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-02 11:13:58 +0000
commitcdc23478db1a3c4ae256dead1f837c36fc4032ef (patch)
tree2242887518fc3ce31c2cc658963015d95dda6f2b /etc/xlinks.profile
parentinstalling etc/templates in /usr/share/doc/firejail directory (diff)
downloadfirejail-cdc23478db1a3c4ae256dead1f837c36fc4032ef.tar.gz
firejail-cdc23478db1a3c4ae256dead1f837c36fc4032ef.tar.zst
firejail-cdc23478db1a3c4ae256dead1f837c36fc4032ef.zip
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
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