mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
cb2c8106a7
macOS app sandbox makes tcsetattr return EPERM. The CHECK_EQ(0, err)
here would fail when a sandboxed Node.js process is exiting. This commit
fixes this issue.
* test: add test for running in macOS app sandbox
Bare-bone command-line executables cannot run directly in the app sandbox.
To test that Node.js is able to run in the sandbox (and to test the fix in
|
||
---|---|---|
.. | ||
Info.plist | ||
node_sandboxed.entitlements |