We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda0c3f commit 4089d50Copy full SHA for 4089d50
1 file changed
package/README.md
@@ -46,5 +46,11 @@ respecting distribution-specific conventions.
46
## Security
47
- Packages MUST NOT add default arguments that weaken the security of
48
Helium, including but not limited to `--no-sandbox`.
49
+- Packages MUST NOT be built with disabled build-time security features
50
+ (e.g. `is_cfi=false`).
51
+
52
+## Bonus points/nice-to-haves
53
+- If built from source, the release is built with PGO (`chrome_pgo_phase=2`).
54
+- If built from source, symbols are stripped (and maybe shipped separately).
55
- Packagers are encouraged to provide MAC security profiles where
56
applicable for enhanced security.
0 commit comments