aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/nodejs-common.profile
Commit message (Collapse)AuthorAge
* Add noinput to all profiles with private-devLibravatar rusty-snake2021-05-05
|
* Remove comment line advising to look at inline commentsLibravatar Ted Robertson2021-03-11
|
* Document enabling debugging for Node.jsLibravatar Ted Robertson2021-03-11
|
* Add new allow include allow-bin-sh.incLibravatar rusty-snake2021-01-16
| | | | | | | | | /bin/sh is usually just a symlink to bash. However this is not the case for every distro, debian for example uses dash. bash,dash and sh have a blacklist command in disable-shell.inc. An own allow-*.inc for it enusres usage of all necessary nolacklists. For private-bin sh is enough because it follows symlinks.
* refactor nodejs applications (npm & yarn) (#3876)Libravatar glitsj162021-01-11
* 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