mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
24 lines
573 B
Text
24 lines
573 B
Text
# Firejail profile for cargo
|
|
# Description: The Rust package manager
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include cargo.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
ignore read-only ${HOME}/.cargo/bin
|
|
|
|
noblacklist ${HOME}/.cargo/credentials
|
|
noblacklist ${HOME}/.cargo/credentials.toml
|
|
|
|
#whitelist ${HOME}/.cargo
|
|
#whitelist ${HOME}/.rustup
|
|
|
|
#private-bin cargo,rustc
|
|
private-etc @tls-ca,host.conf,magic,magic.mgc,rpc,services
|
|
|
|
memory-deny-write-execute
|
|
|
|
# Redirect
|
|
include build-systems-common.profile
|