aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/bundle.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-10-09 12:47:29 +0000
committerLibravatar GitHub <noreply@github.com>2021-10-09 12:47:29 +0000
commit35f3f7e3dd8907def0754f77959fb8a77aa66ced (patch)
treea2da839c34588407bb00e7702a58be77ff008eb1 /etc/profile-a-l/bundle.profile
parentupdate relnotes (diff)
parentDrop private-bin from build-systems (diff)
downloadfirejail-35f3f7e3dd8907def0754f77959fb8a77aa66ced.tar.gz
firejail-35f3f7e3dd8907def0754f77959fb8a77aa66ced.tar.zst
firejail-35f3f7e3dd8907def0754f77959fb8a77aa66ced.zip
Merge pull request #4519 from rusty-snake/build-systems
Add profiles for build-systems (/package-managers)
Diffstat (limited to 'etc/profile-a-l/bundle.profile')
-rw-r--r--etc/profile-a-l/bundle.profile23
1 files changed, 23 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..bb82022b1
--- /dev/null
+++ b/etc/profile-a-l/bundle.profile
@@ -0,0 +1,23 @@
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
15#whitelist ${HOME}/.bundle
16#whitelist ${HOME}/.gem
17#whitelist ${HOME}/.local/share/gem
18whitelist /usr/share/gems
19whitelist /usr/share/ruby
20whitelist /usr/share/rubygems
21
22# Redirect
23include build-systems-common.profile