aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/meson.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-m-z/meson.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-m-z/meson.profile')
-rw-r--r--etc/profile-m-z/meson.profile14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/profile-m-z/meson.profile b/etc/profile-m-z/meson.profile
new file mode 100644
index 000000000..b4909a9d8
--- /dev/null
+++ b/etc/profile-m-z/meson.profile
@@ -0,0 +1,14 @@
1# Firejail profile for meson
2# Description: A high productivity build system
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include meson.local
7# Persistent global definitions
8include globals.local
9
10# Allow python3 (blacklisted by disable-interpreters.inc)
11include allow-python3.inc
12
13# Redirect
14include build-systems-common.profile