mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 06:06:02 -06:00
profiles: yarn: fix comment header
Note: The missing line is already present in the other includers of
`nodejs-common.inc`:
$ git grep -Il 'include nodejs-common.profile'
etc/profile-m-z/node-gyp.profile
etc/profile-m-z/node.profile
etc/profile-m-z/npm.profile
etc/profile-m-z/npx.profile
etc/profile-m-z/pnpm.profile
etc/profile-m-z/pnpx.profile
etc/profile-m-z/semver.profile
etc/profile-m-z/yarn.profile
This amends commit 37452ef1a ("refactor nodejs applications (npm & yarn)
(#3876)", 2021-01-11).
This commit is contained in:
parent
c81777164c
commit
8391ff7cbb
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# Firejail profile for yarn
|
||||
# Description: Fast, reliable, and secure dependency management
|
||||
quiet
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include yarn.local
|
||||
# Persistent global definitions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue