Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
13 lines
627 B
C
13 lines
627 B
C
--- sandbox/policy/switches.h.orig 2025-03-24 20:50:14 UTC
|
|
+++ sandbox/policy/switches.h
|
|
@@ -23,7 +23,8 @@ SANDBOX_POLICY_EXPORT extern const char kNoSandbox[];
|
|
SANDBOX_POLICY_EXPORT extern const char kGpuSandboxAllowSysVShm[];
|
|
SANDBOX_POLICY_EXPORT extern const char kGpuSandboxFailuresFatal[];
|
|
SANDBOX_POLICY_EXPORT extern const char kNoSandbox[];
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
|
+SANDBOX_POLICY_EXPORT extern const char kDisableUnveil[];
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
SANDBOX_POLICY_EXPORT extern const char kNoZygoteSandbox[];
|
|
#endif
|
|
#if BUILDFLAG(IS_WIN)
|