From 811fbb24b2357c1f86956dd9511c85db66bca330 Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 11:47:10 +0200 Subject: [PATCH 01/24] Create links-common.profile --- etc/profile-a-l/links-common.profile | 59 ++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 etc/profile-a-l/links-common.profile diff --git a/etc/profile-a-l/links-common.profile b/etc/profile-a-l/links-common.profile new file mode 100644 index 00000000000..b9a70ec4f46 --- /dev/null +++ b/etc/profile-a-l/links-common.profile @@ -0,0 +1,59 @@ +# This file is overwritten during software install. +# Persistent customizations should go in a .local file. +include links-common.local + +# common profile for links browsers + +blacklist /tmp/.X11-unix +blacklist ${RUNUSER}/wayland-* + +include disable-common.inc +include disable-devel.inc +include disable-exec.inc +include disable-interpreters.inc +include disable-passwdmgr.inc +# Additional noblacklist files/directories (blacklisted in disable-programs.inc) +# used as associated programs can be added in your links-common.local. +include disable-programs.inc +include disable-xdg.inc + +whitelist ${DOWNLOADS} +include whitelist-runuser-common.inc +include whitelist-var-common.inc + +caps.drop all +ipc-namespace +# Add 'ignore machine-id' to your links-common.local if you want to restrict access to +# the user-configured associated media player. +machine-id +netfilter +# Add 'ignore no3d' to your links-common.local if you want to restrict access to +# the user-configured associated media player. +no3d +nodvd +nogroups +noinput +nonewprivs +noroot +# Add 'ignore nosound' to your links-common.local if you want to restrict access to +# the user-configured associated media player. +nosound +notv +nou2f +novideo +protocol unix,inet,inet6 +seccomp +shell none +tracelog + +disable-mnt +# Add 'private-bin PROGRAM1,PROGRAM2' to your links-common.local if you want to use user-configured programs. +private-bin sh +private-cache +private-dev +private-etc alternatives,ca-certificates,crypto-policies,nsswitch.conf,pki,resolv.conf,ssl +# Add the next line to your links-common.local to allow external media players. +# private-etc alsa,asound.conf,machine-id,openal,pulse +private-tmp + +memory-deny-write-execute From e9d5bfd7c46f30e770ae30a485b32147231b6eb8 Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 11:55:51 +0200 Subject: [PATCH 02/24] Update links.profile --- etc/profile-a-l/links.profile | 54 ++--------------------------------- 1 file changed, 3 insertions(+), 51 deletions(-) diff --git a/etc/profile-a-l/links.profile b/etc/profile-a-l/links.profile index a1eeda14a4e..022c3b0c868 100644 --- a/etc/profile-a-l/links.profile +++ b/etc/profile-a-l/links.profile @@ -9,58 +9,10 @@ include globals.local noblacklist ${HOME}/.links -blacklist /tmp/.X11-unix -blacklist ${RUNUSER}/wayland-* - -include disable-common.inc -include disable-devel.inc -include disable-exec.inc -include disable-interpreters.inc -include disable-passwdmgr.inc -# Additional noblacklist files/directories (blacklisted in disable-programs.inc) -# used as associated programs can be added in your links.local. -include disable-programs.inc -include disable-xdg.inc - mkdir ${HOME}/.links whitelist ${HOME}/.links -whitelist ${DOWNLOADS} -include whitelist-runuser-common.inc -include whitelist-var-common.inc - -caps.drop all -ipc-namespace -# Add 'ignore machine-id' to your links.local if you want to restrict access to -# the user-configured associated media player. -machine-id -netfilter -# Add 'ignore no3d' to your links.local if you want to restrict access to -# the user-configured associated media player. -no3d -nodvd -nogroups -noinput -nonewprivs -noroot -# Add 'ignore nosound' to your links.local if you want to restrict access to -# the user-configured associated media player. -nosound -notv -nou2f -novideo -protocol unix,inet,inet6 -seccomp -shell none -tracelog -disable-mnt -# Add 'private-bin PROGRAM1,PROGRAM2' to your links.local if you want to use user-configured programs. -private-bin links,sh -private-cache -private-dev -private-etc alternatives,ca-certificates,crypto-policies,nsswitch.conf,pki,resolv.conf,ssl -# Add the next line to your links.local to allow external media players. -# private-etc alsa,asound.conf,machine-id,openal,pulse -private-tmp +private-bin links -memory-deny-write-execute +# Redirect +include links-common.local From 6060f79cff5a93bc8c2aef466dafde71a4952c35 Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 11:59:36 +0200 Subject: [PATCH 03/24] Create links2.profile --- etc/profile-a-l/links2.profile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 etc/profile-a-l/links2.profile diff --git a/etc/profile-a-l/links2.profile b/etc/profile-a-l/links2.profile new file mode 100644 index 00000000000..cc09cdf6c6e --- /dev/null +++ b/etc/profile-a-l/links2.profile @@ -0,0 +1,18 @@ +# Firejail profile for links2 +# Description: Text WWW browser with a graphic version +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include links2.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.links2 + +mkdir ${HOME}/.links2 +whitelist ${HOME}/.links2 + +private-bin links2 + +# Redirect +include links-common.local From 57ebcb4c5a32207e44ab7b2e7f45e371ccd24e0d Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 12:26:10 +0200 Subject: [PATCH 04/24] Update links.profile --- etc/profile-a-l/links.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile-a-l/links.profile b/etc/profile-a-l/links.profile index 022c3b0c868..8ce39cc7fcb 100644 --- a/etc/profile-a-l/links.profile +++ b/etc/profile-a-l/links.profile @@ -15,4 +15,4 @@ whitelist ${HOME}/.links private-bin links # Redirect -include links-common.local +include links-common.profile From 4fa373a053f23b9ac67f1f6de762e2020d54d5c9 Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 12:26:43 +0200 Subject: [PATCH 05/24] Update links2.profile --- etc/profile-a-l/links2.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile-a-l/links2.profile b/etc/profile-a-l/links2.profile index cc09cdf6c6e..5f91dfcd268 100644 --- a/etc/profile-a-l/links2.profile +++ b/etc/profile-a-l/links2.profile @@ -15,4 +15,4 @@ whitelist ${HOME}/.links2 private-bin links2 # Redirect -include links-common.local +include links-common.profile From 50d4ef8864c5196386d97138687a32fd306bd17d Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 12:33:48 +0200 Subject: [PATCH 06/24] Update elinks.profile --- etc/profile-a-l/elinks.profile | 37 +++++----------------------------- 1 file changed, 5 insertions(+), 32 deletions(-) diff --git a/etc/profile-a-l/elinks.profile b/etc/profile-a-l/elinks.profile index 8120725d29e..6b566865217 100644 --- a/etc/profile-a-l/elinks.profile +++ b/etc/profile-a-l/elinks.profile @@ -8,37 +8,10 @@ include globals.local noblacklist ${HOME}/.elinks -blacklist /tmp/.X11-unix -blacklist ${RUNUSER}/wayland-* +mkdir ${HOME}/.elinks +whitelist ${HOME}/.elinks -include disable-common.inc -include disable-devel.inc -include disable-interpreters.inc -include disable-passwdmgr.inc -include disable-programs.inc -include disable-xdg.inc +private-bin elinks -include whitelist-runuser-common.inc - -caps.drop all -netfilter -no3d -nodvd -nogroups -noinput -nonewprivs -noroot -nosound -notv -nou2f -novideo -protocol unix,inet,inet6 -seccomp -shell none -tracelog - -# private-bin elinks -private-cache -private-dev -# private-etc alternatives,ca-certificates,crypto-policies,pki,ssl -private-tmp +# Redirect +include links-common.profile From 27e3f67c1de2383061a639dc2e64171026e51a3c Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 12:40:10 +0200 Subject: [PATCH 07/24] Update elinks.profile --- etc/profile-a-l/elinks.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/profile-a-l/elinks.profile b/etc/profile-a-l/elinks.profile index 6b566865217..5a29eb24b59 100644 --- a/etc/profile-a-l/elinks.profile +++ b/etc/profile-a-l/elinks.profile @@ -1,6 +1,7 @@ # Firejail profile for elinks # Description: Advanced text-mode WWW browser # This file is overwritten after every install/update +quiet # Persistent local customizations include elinks.local # Persistent global definitions From ddb922951d54da6c0e28801189f90cccfffd167d Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 12:47:49 +0200 Subject: [PATCH 08/24] links2 --- etc/inc/disable-programs.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc index 51858795733..18d1978fc6b 100644 --- a/etc/inc/disable-programs.inc +++ b/etc/inc/disable-programs.inc @@ -589,6 +589,7 @@ blacklist ${HOME}/.kodi blacklist ${HOME}/.librewolf blacklist ${HOME}/.lincity-ng blacklist ${HOME}/.links +blacklist ${HOME}/.links2 blacklist ${HOME}/.linphone-history.db blacklist ${HOME}/.linphonerc blacklist ${HOME}/.lmmsrc.xml From a6b79726bf735d36ac8f128347b59dc25d0ec8a1 Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 12:51:12 +0200 Subject: [PATCH 09/24] Update firecfg.config --- src/firecfg/firecfg.config | 1 + 1 file changed, 1 insertion(+) diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config index f0e3a887f17..1d09d172236 100644 --- a/src/firecfg/firecfg.config +++ b/src/firecfg/firecfg.config @@ -452,6 +452,7 @@ liferea lightsoff lincity-ng links +links2 linphone lmms lobase From aa53b8bf7350628af1e8d2ae0094e42e48f2aa1a Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 13:01:43 +0200 Subject: [PATCH 10/24] Update xlinks.profile --- etc/profile-m-z/xlinks.profile | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/etc/profile-m-z/xlinks.profile b/etc/profile-m-z/xlinks.profile index 7987af280bf..ded03e89053 100644 --- a/etc/profile-m-z/xlinks.profile +++ b/etc/profile-m-z/xlinks.profile @@ -1,21 +1,18 @@ # Firejail profile for xlinks # Description: Text WWW browser (X11) # This file is overwritten after every install/update +quiet # Persistent local customizations include xlinks.local # Persistent global definitions -# added by included profile -#include globals.local +include globals.local -noblacklist /tmp/.X11-unix -noblacklist ${HOME}/.links +noblacklist ${HOME}/.xlinks -include whitelist-common.inc +mkdir ${HOME}/.xlinks +whitelist ${HOME}/.xlinks -# 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 +include links-common.profile From d5a27bd57b07dc25e306d64446c4885514f77c3b Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 14:47:53 +0200 Subject: [PATCH 11/24] .xlinks --- etc/inc/disable-programs.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc index 18d1978fc6b..4f5544a48c6 100644 --- a/etc/inc/disable-programs.inc +++ b/etc/inc/disable-programs.inc @@ -897,6 +897,7 @@ blacklist ${HOME}/.wireshark blacklist ${HOME}/.wordwarvi blacklist ${HOME}/.wormux blacklist ${HOME}/.xiphos +blacklist ${HOME}/.xlinks blacklist ${HOME}/.xmind blacklist ${HOME}/.xmms blacklist ${HOME}/.xmr-stak From afc976a53e799feda85d051e8618ec0e29cfb4bf Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 14:54:36 +0200 Subject: [PATCH 12/24] add dbus and whitelist-usr-share-common --- etc/profile-a-l/links-common.profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/profile-a-l/links-common.profile b/etc/profile-a-l/links-common.profile index b9a70ec4f46..cd885b1d497 100644 --- a/etc/profile-a-l/links-common.profile +++ b/etc/profile-a-l/links-common.profile @@ -19,6 +19,7 @@ include disable-xdg.inc whitelist ${DOWNLOADS} include whitelist-runuser-common.inc +include whitelist-usr-share-common.inc include whitelist-var-common.inc caps.drop all @@ -56,4 +57,7 @@ private-etc alternatives,ca-certificates,crypto-policies,nsswitch.conf,pki,resol # private-etc alsa,asound.conf,machine-id,openal,pulse private-tmp +dbus-user none +dbus-system none + memory-deny-write-execute From c78a46687b607fe86e3262b496800d0a277231f3 Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 15:30:31 +0200 Subject: [PATCH 13/24] .xlinks doesn't exist --- etc/inc/disable-programs.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc index 4f5544a48c6..18d1978fc6b 100644 --- a/etc/inc/disable-programs.inc +++ b/etc/inc/disable-programs.inc @@ -897,7 +897,6 @@ blacklist ${HOME}/.wireshark blacklist ${HOME}/.wordwarvi blacklist ${HOME}/.wormux blacklist ${HOME}/.xiphos -blacklist ${HOME}/.xlinks blacklist ${HOME}/.xmind blacklist ${HOME}/.xmms blacklist ${HOME}/.xmr-stak From 37cfbcb2fa988758fc5706b8a74c9cecff0bb1c8 Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 15:38:22 +0200 Subject: [PATCH 14/24] revert --- etc/profile-m-z/xlinks.profile | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/etc/profile-m-z/xlinks.profile b/etc/profile-m-z/xlinks.profile index ded03e89053..7987af280bf 100644 --- a/etc/profile-m-z/xlinks.profile +++ b/etc/profile-m-z/xlinks.profile @@ -1,18 +1,21 @@ # Firejail profile for xlinks # Description: Text WWW browser (X11) # This file is overwritten after every install/update -quiet # Persistent local customizations include xlinks.local # Persistent global definitions -include globals.local +# added by included profile +#include globals.local -noblacklist ${HOME}/.xlinks +noblacklist /tmp/.X11-unix +noblacklist ${HOME}/.links -mkdir ${HOME}/.xlinks -whitelist ${HOME}/.xlinks +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-common.profile +include links.profile From 3bf4f46e77a289ff6a0a884bded2d4b57e5b638b Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 15:40:47 +0200 Subject: [PATCH 15/24] Create xlinks2 --- etc/profile-m-z/xlinks2 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 etc/profile-m-z/xlinks2 diff --git a/etc/profile-m-z/xlinks2 b/etc/profile-m-z/xlinks2 new file mode 100644 index 00000000000..8c39d5e2d5c --- /dev/null +++ b/etc/profile-m-z/xlinks2 @@ -0,0 +1,21 @@ +# Firejail profile for xlinks2 +# Description: Text WWW browser (X11) +# This file is overwritten after every install/update +# Persistent local customizations +include xlinks2.local +# Persistent global definitions +# added by included profile +#include globals.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 xlinks2 +private-etc fonts + +# Redirect +include links2.profile From b19d983f3633c9845fed8d6ce6ceb62eaf2125d6 Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 15:47:04 +0200 Subject: [PATCH 16/24] xlinks2 --- src/firecfg/firecfg.config | 1 + 1 file changed, 1 insertion(+) diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config index 1d09d172236..245e6a4a03e 100644 --- a/src/firecfg/firecfg.config +++ b/src/firecfg/firecfg.config @@ -872,6 +872,7 @@ xfce4-notes xfce4-screenshooter xiphos xlinks +xlinks2 xmms xmr-stak xonotic From d355fb388294ef54700aca00720a04c0ff8f8591 Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 17:37:00 +0200 Subject: [PATCH 17/24] Update xlinks2 --- etc/profile-m-z/xlinks2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile-m-z/xlinks2 b/etc/profile-m-z/xlinks2 index 8c39d5e2d5c..84093181b90 100644 --- a/etc/profile-m-z/xlinks2 +++ b/etc/profile-m-z/xlinks2 @@ -8,7 +8,7 @@ include xlinks2.local #include globals.local noblacklist /tmp/.X11-unix -noblacklist ${HOME}/.links +noblacklist ${RUNUSER}/wayland-* include whitelist-common.inc From 31ac14aa45f49ae62b5a71994f8038beaba52ea2 Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 17:37:55 +0200 Subject: [PATCH 18/24] Update xlinks.profile --- etc/profile-m-z/xlinks.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile-m-z/xlinks.profile b/etc/profile-m-z/xlinks.profile index 7987af280bf..e2778fe696a 100644 --- a/etc/profile-m-z/xlinks.profile +++ b/etc/profile-m-z/xlinks.profile @@ -8,7 +8,7 @@ include xlinks.local #include globals.local noblacklist /tmp/.X11-unix -noblacklist ${HOME}/.links +noblacklist ${RUNUSER}/wayland-* include whitelist-common.inc From 51b1b2ef2b69b43d8e0677cb821ce9e7f16514cc Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 17:44:45 +0200 Subject: [PATCH 19/24] no wayland --- etc/profile-m-z/xlinks2 | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/profile-m-z/xlinks2 b/etc/profile-m-z/xlinks2 index 84093181b90..1ae6a60ca4b 100644 --- a/etc/profile-m-z/xlinks2 +++ b/etc/profile-m-z/xlinks2 @@ -8,7 +8,6 @@ include xlinks2.local #include globals.local noblacklist /tmp/.X11-unix -noblacklist ${RUNUSER}/wayland-* include whitelist-common.inc From 13f3451139af01fdba7c0ea6af9845f8bc5734d4 Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 17:46:15 +0200 Subject: [PATCH 20/24] no wayland --- etc/profile-m-z/xlinks.profile | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/profile-m-z/xlinks.profile b/etc/profile-m-z/xlinks.profile index e2778fe696a..d5e25cfe71f 100644 --- a/etc/profile-m-z/xlinks.profile +++ b/etc/profile-m-z/xlinks.profile @@ -8,7 +8,6 @@ include xlinks.local #include globals.local noblacklist /tmp/.X11-unix -noblacklist ${RUNUSER}/wayland-* include whitelist-common.inc From 582b4badee86ec65904f46e23a88896bcf4e0689 Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 18:49:39 +0200 Subject: [PATCH 21/24] doesn't use /tmp/.X11-unix --- etc/profile-m-z/xlinks2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/profile-m-z/xlinks2 b/etc/profile-m-z/xlinks2 index 1ae6a60ca4b..583f54d0b54 100644 --- a/etc/profile-m-z/xlinks2 +++ b/etc/profile-m-z/xlinks2 @@ -7,8 +7,6 @@ include xlinks2.local # added by included profile #include globals.local -noblacklist /tmp/.X11-unix - include whitelist-common.inc # if you want to use user-configured programs add 'private-bin PROGRAM1,PROGRAM2' From e34291c8c8aa5908049cdb3bcbc559200490ce14 Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 18:51:07 +0200 Subject: [PATCH 22/24] doesn't use /tmp/.X11-unix --- etc/profile-m-z/xlinks.profile | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/profile-m-z/xlinks.profile b/etc/profile-m-z/xlinks.profile index d5e25cfe71f..6f9dbdd7141 100644 --- a/etc/profile-m-z/xlinks.profile +++ b/etc/profile-m-z/xlinks.profile @@ -7,8 +7,6 @@ include xlinks.local # added by included profile #include globals.local -noblacklist /tmp/.X11-unix - include whitelist-common.inc # if you want to use user-configured programs add 'private-bin PROGRAM1,PROGRAM2' From 965a4379ee844238015acfda1aa3be49553cf460 Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 20:27:15 +0200 Subject: [PATCH 23/24] noblacklist /tmp/.X11-unix --- etc/profile-m-z/xlinks.profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/profile-m-z/xlinks.profile b/etc/profile-m-z/xlinks.profile index 6f9dbdd7141..d5e25cfe71f 100644 --- a/etc/profile-m-z/xlinks.profile +++ b/etc/profile-m-z/xlinks.profile @@ -7,6 +7,8 @@ include xlinks.local # added by included profile #include globals.local +noblacklist /tmp/.X11-unix + include whitelist-common.inc # if you want to use user-configured programs add 'private-bin PROGRAM1,PROGRAM2' From bdeea6b006494b2bd438fcd8c386f869734b9376 Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 31 May 2021 20:28:06 +0200 Subject: [PATCH 24/24] noblacklist /tmp/.X11-unix --- etc/profile-m-z/xlinks2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/profile-m-z/xlinks2 b/etc/profile-m-z/xlinks2 index 583f54d0b54..1ae6a60ca4b 100644 --- a/etc/profile-m-z/xlinks2 +++ b/etc/profile-m-z/xlinks2 @@ -7,6 +7,8 @@ include xlinks2.local # added by included profile #include globals.local +noblacklist /tmp/.X11-unix + include whitelist-common.inc # if you want to use user-configured programs add 'private-bin PROGRAM1,PROGRAM2'