@LinuxFan58
I'd like to discuss an interesting flag in Brave with you:
Code:
Rust-based ChildProcessSecurityPolicy
Enables the experimental Rust implementation of ChildProcessSecurityPolicy. Provides options to run just the Rust implementation or Rust and C++ implementations side-by-side for validation. The default mode when enabled is Rust-only. Portions of ChildProcessSecurityPolicy that haven't been implemented in Rust yet will fall back to their C++ implementations. This can also be configured to control whether the Rust implementation manages per-process security state. – Mac, Windows, Linux, ChromeOS, Android
The safest option would be
- Rust only (with ProcessState)
The one that is less secure than the previous one and more compatible should be:
I'm not sure whether, on a hypothetical safety scale:
It is the most compatible but least secure of the two mentioned above.
I'd really like to hear your opinion.
Thank you very much.
