💾 Archived View for gemini.rmf-dev.com › repo › Vaati › gmi_proxy › files › 04b9bd38e1f7ea16d536d2f9… captured on 2023-09-08 at 16:46:52. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-04-19)

🚧 View Differences

-=-=-=-=-=-=-

Go Back

0 /* See LICENSE file for copyright and license details. */

1

2 int sandbox();

3

4 #define NO_SANDBOX

5

6 #if defined (sun) || defined (__linux__) || defined (__OpenBSD__)

7 #undef NO_SANDBOX

8 #endif

9