aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/bundle.profile
blob: 269bfd130b4ca4efbe7c25957bb4cc8b67ecbb70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Firejail profile for bundle
# Description: Ruby Dependency Management
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include bundle.local
# Persistent global definitions
include globals.local

noblacklist ${HOME}/.bundle

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

mkdir ${HOME}/.bundle
whitelist ${HOME}/.bundle
whitelist /usr/share/gems
whitelist /usr/share/ruby
whitelist /usr/share/rubygems

private-bin bundle,bundler,ruby,ruby-mri

# Redirect
include build-systems-common.profile