aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/bundle.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/bundle.profile')
-rw-r--r--etc/profile-a-l/bundle.profile24
1 files changed, 24 insertions, 0 deletions
diff --git a/etc/profile-a-l/bundle.profile b/etc/profile-a-l/bundle.profile
new file mode 100644
index 000000000..269bfd130
--- /dev/null
+++ b/etc/profile-a-l/bundle.profile
@@ -0,0 +1,24 @@
1# Firejail profile for bundle
2# Description: Ruby Dependency Management
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include bundle.local
7# Persistent global definitions
8include globals.local
9
10noblacklist ${HOME}/.bundle
11
12# Allow ruby (blacklisted by disable-interpreters.inc)
13include allow-ruby.inc
14
15mkdir ${HOME}/.bundle
16whitelist ${HOME}/.bundle
17whitelist /usr/share/gems
18whitelist /usr/share/ruby
19whitelist /usr/share/rubygems
20
21private-bin bundle,bundler,ruby,ruby-mri
22
23# Redirect
24include build-systems-common.profile