mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
* add yarn & reorder * add node-gyp & yarn files * Create nodejs-common.profile * Create yarn.profile * refactor npm.profile * add new profile: yarn * read-only's for npm/yarn Thanks to the [suggestion](https://github.com/netblue30/firejail/pull/3876#pullrequestreview-564682989) from @kmk3. * ignore read-only's for npm As [suggested](https://github.com/netblue30/firejail/pull/3876#pullrequestreview-564682989) by @kmk3. * ignore read-only for yarn As suggested in https://github.com/netblue30/firejail/pull/3876#pullrequestreview-564682989 by @kmk3. * remove quiet from nodejs-common.profile quiet should go into the caller profiles instead * add quiet to npm.profile Thanks @rusty-snake for the review. * re-ordering some options * re-ordering
36 lines
936 B
PHP
36 lines
936 B
PHP
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include allow-common-devel.local
|
|
|
|
# Git
|
|
noblacklist ${HOME}/.config/git
|
|
noblacklist ${HOME}/.gitconfig
|
|
noblacklist ${HOME}/.git-credentials
|
|
|
|
# Java
|
|
noblacklist ${HOME}/.gradle
|
|
noblacklist ${HOME}/.java
|
|
|
|
# Node.js
|
|
noblacklist ${HOME}/.node-gyp
|
|
noblacklist ${HOME}/.npm
|
|
noblacklist ${HOME}/.npmrc
|
|
noblacklist ${HOME}/.yarn
|
|
noblacklist ${HOME}/.yarn-config
|
|
noblacklist ${HOME}/.yarncache
|
|
noblacklist ${HOME}/.yarnrc
|
|
|
|
# Python
|
|
noblacklist ${HOME}/.pylint.d
|
|
noblacklist ${HOME}/.python-history
|
|
noblacklist ${HOME}/.python_history
|
|
noblacklist ${HOME}/.pythonhist
|
|
|
|
# Rust
|
|
noblacklist ${HOME}/.cargo/advisory-db
|
|
noblacklist ${HOME}/.cargo/config
|
|
noblacklist ${HOME}/.cargo/git
|
|
noblacklist ${HOME}/.cargo/registry
|
|
noblacklist ${HOME}/.cargo/.crates.toml
|
|
noblacklist ${HOME}/.cargo/.crates2.json
|
|
noblacklist ${HOME}/.cargo/.package-cache
|