aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/disable-programs.inc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-01-11 17:32:31 +0000
committerLibravatar GitHub <noreply@github.com>2021-01-11 17:32:31 +0000
commit37452ef1a71473b87431c3c708d3b31ca1b7a25f (patch)
treecbd95f66f264c2c049052f4434757db9ebf99c1e /etc/inc/disable-programs.inc
parentfix ordering in ssh.profile (#3882) (diff)
downloadfirejail-37452ef1a71473b87431c3c708d3b31ca1b7a25f.tar.gz
firejail-37452ef1a71473b87431c3c708d3b31ca1b7a25f.tar.zst
firejail-37452ef1a71473b87431c3c708d3b31ca1b7a25f.zip
refactor nodejs applications (npm & yarn) (#3876)
* 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
Diffstat (limited to 'etc/inc/disable-programs.inc')
-rw-r--r--etc/inc/disable-programs.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index f5bce4ba4..74cbfbcbe 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -761,6 +761,7 @@ blacklist ${HOME}/.neverball
761blacklist ${HOME}/.newsbeuter 761blacklist ${HOME}/.newsbeuter
762blacklist ${HOME}/.newsboat 762blacklist ${HOME}/.newsboat
763blacklist ${HOME}/.nicotine 763blacklist ${HOME}/.nicotine
764blacklist ${HOME}/.node-gyp
764blacklist ${HOME}/.npm 765blacklist ${HOME}/.npm
765blacklist ${HOME}/.npmrc 766blacklist ${HOME}/.npmrc
766blacklist ${HOME}/.nv 767blacklist ${HOME}/.nv
@@ -849,6 +850,10 @@ blacklist ${HOME}/.xmr-stak
849blacklist ${HOME}/.xonotic 850blacklist ${HOME}/.xonotic
850blacklist ${HOME}/.xournalpp 851blacklist ${HOME}/.xournalpp
851blacklist ${HOME}/.xpdfrc 852blacklist ${HOME}/.xpdfrc
853blacklist ${HOME}/.yarn
854blacklist ${HOME}/.yarn-config
855blacklist ${HOME}/.yarncache
856blacklist ${HOME}/.yarnrc
852blacklist ${HOME}/.zoom 857blacklist ${HOME}/.zoom
853blacklist /tmp/akonadi-* 858blacklist /tmp/akonadi-*
854blacklist /tmp/ssh-* 859blacklist /tmp/ssh-*