aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/bundle.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-09-11 14:38:18 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-09-11 14:38:18 +0200
commit2712dd7274a59727b3118982044c7c9426099232 (patch)
treeae7382f9382158f2f86a7831c34c4adc255915f2 /etc/profile-a-l/bundle.profile
parentAdd profiles for build-systems (/package-managers) (diff)
downloadfirejail-2712dd7274a59727b3118982044c7c9426099232.tar.gz
firejail-2712dd7274a59727b3118982044c7c9426099232.tar.zst
firejail-2712dd7274a59727b3118982044c7c9426099232.zip
build-systems-common: Make whitelist opt-in
Diffstat (limited to 'etc/profile-a-l/bundle.profile')
-rw-r--r--etc/profile-a-l/bundle.profile5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/profile-a-l/bundle.profile b/etc/profile-a-l/bundle.profile
index 269bfd130..a3a3e3cde 100644
--- a/etc/profile-a-l/bundle.profile
+++ b/etc/profile-a-l/bundle.profile
@@ -12,8 +12,9 @@ noblacklist ${HOME}/.bundle
12# Allow ruby (blacklisted by disable-interpreters.inc) 12# Allow ruby (blacklisted by disable-interpreters.inc)
13include allow-ruby.inc 13include allow-ruby.inc
14 14
15mkdir ${HOME}/.bundle 15#whitelist ${HOME}/.bundle
16whitelist ${HOME}/.bundle 16#whitelist ${HOME}/.gem
17#whitelist ${HOME}/.local/share/gem
17whitelist /usr/share/gems 18whitelist /usr/share/gems
18whitelist /usr/share/ruby 19whitelist /usr/share/ruby
19whitelist /usr/share/rubygems 20whitelist /usr/share/rubygems