什么是原子的 --no-sandbox 参数?

What is --no-sandbox argument for atom?

--no-sandbox 参数对 atom 意味着什么? (Atom Text Editor)

atom --helpatom -h 只字未提。
我没有 atom 的手册页,也没有在网上看到。
Atom docs and discussion好像没有提到这个论点。

我目前有 Atom 版本 1.58.0

沙盒意味着生产前的递归预测试。所以这意味着它不会测试任何东西,只是运行你选择的模式而不测试

A​​tom 似乎从依赖项继承 --no-sandbox
Atom 使用 Electron,Electron 使用 Chromium。

Electron docs说明:

Disabling Chromium's sandbox (testing only)

You can also disable Chromium's sandbox entirely with the --no-sandbox CLI flag, which will disable the sandbox for all processes (including utility processes). We highly recommend that you only use this flag for testing purposes, and never in production.