aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-09-11 19:45:26 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-09-11 19:45:26 +0200
commitf0d23924c185f4692d34d591a146ab8ea1186dad (patch)
treea17a074fbfe20dec66f2e19de016ac947eaa18aa /etc/profile-a-l
parentbuild-systems-common: Make whitelist opt-in (diff)
downloadfirejail-f0d23924c185f4692d34d591a146ab8ea1186dad.tar.gz
firejail-f0d23924c185f4692d34d591a146ab8ea1186dad.tar.zst
firejail-f0d23924c185f4692d34d591a146ab8ea1186dad.zip
Drop private-bin from build-systems
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/bundle.profile2
-rw-r--r--etc/profile-a-l/cmake.profile2
2 files changed, 0 insertions, 4 deletions
diff --git a/etc/profile-a-l/bundle.profile b/etc/profile-a-l/bundle.profile
index a3a3e3cde..bb82022b1 100644
--- a/etc/profile-a-l/bundle.profile
+++ b/etc/profile-a-l/bundle.profile
@@ -19,7 +19,5 @@ whitelist /usr/share/gems
19whitelist /usr/share/ruby 19whitelist /usr/share/ruby
20whitelist /usr/share/rubygems 20whitelist /usr/share/rubygems
21 21
22private-bin bundle,bundler,ruby,ruby-mri
23
24# Redirect 22# Redirect
25include build-systems-common.profile 23include build-systems-common.profile
diff --git a/etc/profile-a-l/cmake.profile b/etc/profile-a-l/cmake.profile
index 1fb893f86..26cc2a00a 100644
--- a/etc/profile-a-l/cmake.profile
+++ b/etc/profile-a-l/cmake.profile
@@ -7,8 +7,6 @@ include cargo.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10private-bin cmake
11
12memory-deny-write-execute 10memory-deny-write-execute
13 11
14# Redirect 12# Redirect