-
I'm pretty new to Firejail and I've just tried to debug a Node script with Webstorm, using the
I've added an
But I still get that error, the debugger doesn't start, and the program just runs:
I had run The offending line turned out to be this,
I don't really understand what's going on there 🤔 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
This sounds like it tries to access /etc/passwd to get information about the user, and when you remove the private-etc line it works, as the file is then available. |
Beta Was this translation helpful? Give feedback.
This sounds like it tries to access /etc/passwd to get information about the user, and when you remove the private-etc line it works, as the file is then available.