Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add profile for links and xlinks #2734

Merged
merged 10 commits into from
Jun 2, 2019
7 changes: 2 additions & 5 deletions etc/JDownloader.profile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ include globals.local

noblacklist ${HOME}/.jd

# Allow access to java
noblacklist ${PATH}/java
noblacklist /usr/lib/java
noblacklist /etc/java
noblacklist /usr/share/java
# Allow java (blacklisted by disable-devel.inc)
include allow-java.inc

include disable-common.inc
include disable-devel.inc
Expand Down
4 changes: 4 additions & 0 deletions etc/allow-java.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
noblacklist ${PATH}/java
noblacklist /usr/lib/java
noblacklist /etc/java
noblacklist /usr/share/java
4 changes: 4 additions & 0 deletions etc/allow-lua.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
noblacklist ${PATH}/lua*
noblacklist /usr/include/lua*
noblacklist /usr/lib/lua
noblacklist /usr/share/lua
7 changes: 7 additions & 0 deletions etc/allow-perl.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
noblacklist ${PATH}/cpan*
noblacklist ${PATH}/core_perl
noblacklist ${PATH}/perl
noblacklist ${PATH}/site_perl
noblacklist ${PATH}/vendor_perl
noblacklist /usr/lib/perl*
noblacklist /usr/share/perl*
5 changes: 5 additions & 0 deletions etc/allow-python2.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
noblacklist ${PATH}/python2*
noblacklist /usr/include/python2*
noblacklist /usr/lib/python2*
noblacklist /usr/local/lib/python2*
noblacklist /usr/share/python2*
5 changes: 5 additions & 0 deletions etc/allow-python3.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
noblacklist ${PATH}/python3*
noblacklist /usr/include/python3*
noblacklist /usr/lib/python3*
noblacklist /usr/local/lib/python3*
noblacklist /usr/share/python3*
8 changes: 2 additions & 6 deletions etc/anki.profile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ noblacklist ${DOCUMENTS}
noblacklist ${HOME}/.local/share/Anki2

# Allow python (blacklisted by disable-interpreters.inc)
noblacklist ${PATH}/python2*
noblacklist ${PATH}/python3*
noblacklist /usr/lib/python2*
noblacklist /usr/lib/python3*
noblacklist /usr/local/lib/python2*
noblacklist /usr/local/lib/python3*
include allow-python2.inc
include allow-python3.inc

include disable-common.inc
include disable-devel.inc
Expand Down
7 changes: 2 additions & 5 deletions etc/arduino.profile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ noblacklist ${HOME}/.java
noblacklist ${HOME}/Arduino
noblacklist ${DOCUMENTS}

# Allow access to java
noblacklist ${PATH}/java
noblacklist /usr/lib/java
noblacklist /etc/java
noblacklist /usr/share/java
# Allow java (blacklisted by disable-devel.inc)
include allow-java.inc

include disable-common.inc
include disable-devel.inc
Expand Down
8 changes: 2 additions & 6 deletions etc/arm.profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ include globals.local
noblacklist ${HOME}/.arm

# Allow python (blacklisted by disable-interpreters.inc)
noblacklist ${PATH}/python2*
noblacklist ${PATH}/python3*
noblacklist /usr/lib/python2*
noblacklist /usr/lib/python3*
noblacklist /usr/local/lib/python2*
noblacklist /usr/local/lib/python3*
include allow-python2.inc
include allow-python3.inc

include disable-common.inc
include disable-devel.inc
Expand Down
6 changes: 1 addition & 5 deletions etc/atool.profile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ include globals.local
blacklist /tmp/.X11-unix

# Allow perl (blacklisted by disable-interpreters.inc)
noblacklist ${PATH}/cpan*
noblacklist ${PATH}/core_perl
noblacklist ${PATH}/perl
noblacklist /usr/lib/perl*
noblacklist /usr/share/perl*
include allow-perl.inc

include disable-common.inc
# include disable-devel.inc
Expand Down
8 changes: 2 additions & 6 deletions etc/authenticator.profile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ noblacklist ${HOME}/.cache/Authenticator
noblacklist ${HOME}/.config/Authenticator

# Allow python (blacklisted by disable-interpreters.inc)
#noblacklist ${PATH}/python2*
noblacklist ${PATH}/python3*
#noblacklist /usr/lib/python2*
noblacklist /usr/lib/python3*
#noblacklist /usr/local/lib/python2*
noblacklist /usr/local/lib/python3*
#include allow-python2.inc
include allow-python3.inc

include disable-common.inc
include disable-devel.inc
Expand Down
10 changes: 2 additions & 8 deletions etc/autokey-common.profile
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,8 @@ noblacklist ${HOME}/.config/autokey
noblacklist ${HOME}/.local/share/autokey

# Allow python (blacklisted by disable-interpreters.inc)
noblacklist ${PATH}/python2*
noblacklist ${PATH}/python3*
noblacklist /usr/lib/python2*
noblacklist /usr/lib/python3*
noblacklist /usr/local/lib/python2*
noblacklist /usr/local/lib/python3*
noblacklist /usr/share/python2*
noblacklist /usr/share/python3*
include allow-python2.inc
include allow-python3.inc

include disable-common.inc
include disable-devel.inc
Expand Down
8 changes: 2 additions & 6 deletions etc/bleachbit.profile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ include bleachbit.local
include globals.local

# Allow python (blacklisted by disable-interpreters.inc)
noblacklist ${PATH}/python2*
noblacklist ${PATH}/python3*
noblacklist /usr/lib/python2*
noblacklist /usr/lib/python3*
noblacklist /usr/local/lib/python2*
noblacklist /usr/local/lib/python3*
include allow-python2.inc
include allow-python3.inc

include disable-common.inc
include disable-devel.inc
Expand Down
8 changes: 2 additions & 6 deletions etc/blender.profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ include globals.local
noblacklist ${HOME}/.config/blender

# Allow python (blacklisted by disable-interpreters.inc)
noblacklist ${PATH}/python2*
noblacklist ${PATH}/python3*
noblacklist /usr/lib/python2*
noblacklist /usr/lib/python3*
noblacklist /usr/local/lib/python2*
noblacklist /usr/local/lib/python3*
include allow-python2.inc
include allow-python3.inc

include disable-common.inc
include disable-devel.inc
Expand Down
8 changes: 2 additions & 6 deletions etc/caja.profile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ noblacklist ${HOME}/.local/share/Trash
# noblacklist ${HOME}/.local/share/caja-python

# Allow python (blacklisted by disable-interpreters.inc)
noblacklist ${PATH}/python2*
noblacklist ${PATH}/python3*
noblacklist /usr/lib/python2*
noblacklist /usr/lib/python3*
noblacklist /usr/local/lib/python2*
noblacklist /usr/local/lib/python3*
include allow-python2.inc
include allow-python3.inc

include disable-common.inc
include disable-devel.inc
Expand Down
5 changes: 2 additions & 3 deletions etc/cantata.profile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ noblacklist ${HOME}/.config/cantata
noblacklist ${HOME}/.local/share/cantata
noblacklist ${MUSIC}

noblacklist ${PATH}/perl
noblacklist /usr/lib/perl*
noblacklist /usr/share/perl*
# Allow perl (blacklisted by disable-interpreters.inc)
include allow-perl.inc

include disable-common.inc
include disable-devel.inc
Expand Down
8 changes: 2 additions & 6 deletions etc/catfish.profile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ include globals.local
noblacklist ${HOME}/.config/catfish

# Allow python (blacklisted by disable-interpreters.inc)
noblacklist ${PATH}/python2*
noblacklist ${PATH}/python3*
noblacklist /usr/lib/python2*
noblacklist /usr/lib/python3*
noblacklist /usr/local/lib/python2*
noblacklist /usr/local/lib/python3*
include allow-python2.inc
include allow-python3.inc

include disable-common.inc
# include disable-devel.inc
Expand Down
8 changes: 2 additions & 6 deletions etc/celluloid.profile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ noblacklist ${MUSIC}
noblacklist ${VIDEOS}

# Allow python (blacklisted by disable-interpreters.inc)
noblacklist ${PATH}/python2*
noblacklist ${PATH}/python3*
noblacklist /usr/lib/python2*
noblacklist /usr/lib/python3*
noblacklist /usr/local/lib/python2*
noblacklist /usr/local/lib/python3*
include allow-python2.inc
include allow-python3.inc

include disable-common.inc
include disable-devel.inc
Expand Down
6 changes: 1 addition & 5 deletions etc/checkbashisms.profile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ include globals.local
noblacklist ${DOCUMENTS}

# Allow perl (blacklisted by disable-interpreters.inc)
noblacklist ${PATH}/cpan*
noblacklist ${PATH}/core_perl
noblacklist ${PATH}/perl
noblacklist /usr/lib/perl*
noblacklist /usr/share/perl*
include allow-perl.inc

include disable-common.inc
include disable-devel.inc
Expand Down
8 changes: 2 additions & 6 deletions etc/cherrytree.profile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ noblacklist ${HOME}/.config/cherrytree
noblacklist ${DOCUMENTS}

# Allow python (blacklisted by disable-interpreters.inc)
noblacklist ${PATH}/python2*
noblacklist ${PATH}/python3*
noblacklist /usr/lib/python2*
noblacklist /usr/lib/python3*
noblacklist /usr/local/lib/python2*
noblacklist /usr/local/lib/python3*
include allow-python2.inc
include allow-python3.inc

include disable-common.inc
include disable-devel.inc
Expand Down
6 changes: 1 addition & 5 deletions etc/clawsker.profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ include globals.local
noblacklist ${HOME}/.claws-mail

# Allow perl (blacklisted by disable-interpreters.inc)
noblacklist ${PATH}/cpan*
noblacklist ${PATH}/core_perl
noblacklist ${PATH}/perl
noblacklist /usr/lib/perl*
noblacklist /usr/share/perl*
include allow-perl.inc

include disable-common.inc
include disable-devel.inc
Expand Down
8 changes: 2 additions & 6 deletions etc/d-feet.profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ include globals.local
noblacklist ${HOME}/.config/d-feet

# Allow python (disabled by disable-interpreters.inc)
noblacklist ${PATH}/python2*
noblacklist ${PATH}/python3*
noblacklist /usr/lib/python2*
noblacklist /usr/lib/python3*
noblacklist /usr/local/lib/python2*
noblacklist /usr/local/lib/python3*
include allow-python2.inc
include allow-python3.inc

include disable-common.inc
include disable-devel.inc
Expand Down
8 changes: 2 additions & 6 deletions etc/deluge.profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ include globals.local
noblacklist ${HOME}/.config/deluge

# Allow python (blacklisted by disable-interpreters.inc)
noblacklist ${PATH}/python2*
noblacklist ${PATH}/python3*
noblacklist /usr/lib/python2*
noblacklist /usr/lib/python3*
noblacklist /usr/local/lib/python2*
noblacklist /usr/local/lib/python3*
include allow-python2.inc
include allow-python3.inc

include disable-common.inc
# include disable-devel.inc
Expand Down
3 changes: 3 additions & 0 deletions etc/devilspie2.profile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ include globals.local

noblacklist ${HOME}/.config/devilspie2

# Allow lua (blacklisted by disable-interpreters.inc)
include allow-lua.inc

include disable-common.inc
include disable-devel.inc
include disable-exec.inc
Expand Down
7 changes: 2 additions & 5 deletions etc/dex2jar.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ include dex2jar.local
# Persistent global definitions
include globals.local

# Allow access to java
noblacklist ${PATH}/java
noblacklist /usr/lib/java
noblacklist /etc/java
noblacklist /usr/share/java
# Allow java (blacklisted by disable-devel.inc)
include allow-java.inc

include disable-common.inc
include disable-devel.inc
Expand Down
2 changes: 2 additions & 0 deletions etc/disable-interpreters.inc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ blacklist ${HOME}/.nvm
blacklist ${PATH}/cpan*
blacklist ${PATH}/core_perl
blacklist ${PATH}/perl
blacklist ${PATH}/site_perl
blacklist ${PATH}/vendor_perl
blacklist /usr/lib/perl*
blacklist /usr/share/perl*

Expand Down
1 change: 1 addition & 0 deletions etc/disable-programs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ blacklist ${HOME}/.kodi
blacklist ${HOME}/.lincity-ng
blacklist ${HOME}/.linphone-history.db
blacklist ${HOME}/.linphonerc
blacklist ${HOME}/.links
blacklist ${HOME}/.lmmsrc.xml
blacklist ${HOME}/.local/lib/vivaldi
blacklist ${HOME}/.local/share/0ad
Expand Down
8 changes: 2 additions & 6 deletions etc/display.profile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ include globals.local
noblacklist ${PICTURES}

# Allow python (blacklisted by disable-interpreters.inc)
noblacklist ${PATH}/python2*
noblacklist ${PATH}/python3*
noblacklist /usr/lib/python2*
noblacklist /usr/lib/python3*
noblacklist /usr/local/lib/python2*
noblacklist /usr/local/lib/python3*
include allow-python2.inc
include allow-python3.inc

include disable-common.inc
include disable-devel.inc
Expand Down
8 changes: 2 additions & 6 deletions etc/electrum.profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ include globals.local
noblacklist ${HOME}/.electrum

# Allow python (blacklisted by disable-interpreters.inc)
noblacklist ${PATH}/python2*
noblacklist ${PATH}/python3*
noblacklist /usr/lib/python2*
noblacklist /usr/lib/python3*
noblacklist /usr/local/lib/python2*
noblacklist /usr/local/lib/python3*
include allow-python2.inc
include allow-python3.inc

include disable-common.inc
include disable-devel.inc
Expand Down
8 changes: 2 additions & 6 deletions etc/exfalso.profile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ noblacklist ${HOME}/.quodlibet
noblacklist ${MUSIC}

# Allow python (blacklisted by disable-interpreters.inc)
noblacklist ${PATH}/python2*
noblacklist ${PATH}/python3*
noblacklist /usr/lib/python2*
noblacklist /usr/lib/python3*
noblacklist /usr/local/lib/python2*
noblacklist /usr/local/lib/python3*
include allow-python2.inc
include allow-python3.inc

include disable-common.inc
include disable-devel.inc
Expand Down
6 changes: 2 additions & 4 deletions etc/exiftool.profile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ include globals.local

blacklist /tmp/.X11-unix

# Allow access to perl
noblacklist ${PATH}/perl
noblacklist /usr/lib/perl*
noblacklist /usr/share/perl*
# Allow perl (blacklisted by disable-interpreters.inc)
include allow-perl.inc

include disable-common.inc
include disable-devel.inc
Expand Down
Loading