mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Profiles: bunler, cargo (refactor), cmake (untested), make, meson, pip
All redirect to build-systems-common.profile
Other fixes:
- blacklist ${HOME}/.bundle
- blacklist ${HOME}/.cargo/* -> blacklist ${HOME}/.cargo
- blacklist /usr/lib64/ruby
13 lines
334 B
Text
13 lines
334 B
Text
# Firejail profile for make
|
|
# Description: GNU make utility to maintain groups of programs
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include make.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
memory-deny-write-execute
|
|
|
|
# Redirect
|
|
include build-systems-common.profile
|