aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-03-16 17:32:06 +0000
committerLibravatar GitHub <noreply@github.com>2022-03-16 17:32:06 +0000
commita45aa3b754d154ded30e4aacf0a43a922afe811d (patch)
treec536ca935dc0ff4d6ddca0d713171ad267232d14 /etc
parentpip: fixes (#5053) (diff)
downloadfirejail-a45aa3b754d154ded30e4aacf0a43a922afe811d.tar.gz
firejail-a45aa3b754d154ded30e4aacf0a43a922afe811d.tar.zst
firejail-a45aa3b754d154ded30e4aacf0a43a922afe811d.zip
cmake: fix local override & wusc (#5054)
* cmake: fix local override & wusc * cmake: another wusc fix
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/cmake.profile9
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/profile-a-l/cmake.profile b/etc/profile-a-l/cmake.profile
index 26cc2a00a..acc03e93f 100644
--- a/etc/profile-a-l/cmake.profile
+++ b/etc/profile-a-l/cmake.profile
@@ -1,12 +1,15 @@
1# Firejail profile for cargo 1# Firejail profile for cmake
2# Description: The Rust package manager 2# Description: A cross-platform open-source make system
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4quiet 4quiet
5# Persistent local customizations 5# Persistent local customizations
6include cargo.local 6include cmake.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10whitelist /usr/share/cmake
11whitelist /usr/share/cmake-*
12
10memory-deny-write-execute 13memory-deny-write-execute
11 14
12# Redirect 15# Redirect