aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ranger.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-01 20:19:01 +0000
committerLibravatar GitHub <noreply@github.com>2019-06-01 20:19:01 +0000
commit17f803513263f1488f344424ca01b1c3f95e2df0 (patch)
tree3a11b07fd86c739d9ce01e59c15dfeeeac8c2f23 /etc/ranger.profile
parentDelete Notes (diff)
downloadfirejail-17f803513263f1488f344424ca01b1c3f95e2df0.tar.gz
firejail-17f803513263f1488f344424ca01b1c3f95e2df0.tar.zst
firejail-17f803513263f1488f344424ca01b1c3f95e2df0.zip
Create allow-INTERPETER.inc (#2736)
* Create allow-INTERPETER.inc * allow-lua.inc * allow-perl.inc * allow-python2.inc * allow-python3.inc * Create allow-java.inc * Update profiles to use new allow-INTERPRETER.inc includes * Update profiles to use new allow-INTERPRETER.inc includes 2/x * Fix order of allow-INTERPRETER.inc includes * Update profiles to use new allow-INTERPRETER.inc includes 3/x * Fixup comment about allow-java.inc https://github.com/netblue30/firejail/pull/2736#discussion_r289597997 * Add Arch Linux specific paths to allow-perl.inc
Diffstat (limited to 'etc/ranger.profile')
-rw-r--r--etc/ranger.profile13
1 files changed, 3 insertions, 10 deletions
diff --git a/etc/ranger.profile b/etc/ranger.profile
index 1e50ca9fa..13e8911ea 100644
--- a/etc/ranger.profile
+++ b/etc/ranger.profile
@@ -11,18 +11,11 @@ noblacklist ${HOME}/.config/ranger
11noblacklist ${HOME}/.nanorc 11noblacklist ${HOME}/.nanorc
12 12
13# Allow python (blacklisted by disable-interpreters.inc) 13# Allow python (blacklisted by disable-interpreters.inc)
14noblacklist ${PATH}/python2* 14include allow-python2.inc
15noblacklist ${PATH}/python3* 15include allow-python3.inc
16noblacklist /usr/lib/python2*
17noblacklist /usr/lib/python3*
18noblacklist /usr/local/lib/python2*
19noblacklist /usr/local/lib/python3*
20 16
21# Allow perl 17# Allow perl
22# noblacklist ${PATH}/cpan* 18include allow-perl.inc
23noblacklist ${PATH}/perl
24noblacklist /usr/lib/perl*
25noblacklist /usr/share/perl*
26 19
27include disable-common.inc 20include disable-common.inc
28include disable-devel.inc 21include disable-devel.inc