mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4321] Yarn profile causing error #2621
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2621
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @skrat on GitHub (May 31, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4321
version 0.9.64.4
running yarn with the bundled profile results in:
That led me to issues #2547 and the workaround mentioned there, ie.
works for me, although I don't understand the security implication of those args.
@rusty-snake commented on GitHub (May 31, 2021):
yarn.profile does not have
private-bin=>ignoreing it is a no-op => no security implicationyarn.profile has both => no security implication
(since
699a803f17)FTR: yarn.profile is designed to be the base for user adaptation since you never know which package/project/workflow requires which permissions. Therefore is is not in firecfg.config
How do you run it? Did you created symlinks for it?
@skrat commented on GitHub (May 31, 2021):
@rusty-snake no in this case I have
yarn.localin~/.config/firejail(with added whitelist) and I'm running it withfirejail yarn dev@skrat commented on GitHub (May 31, 2021):
I see that
nodejs-commonhaspasswdinprivate-etc, mine doesn't (arch linux, latest package version) so that's the problem I assume. Build date of that package is Wed Feb 10,passwdwas added on May 8th.