fix: Fix sandbox policy generator for MacOS min permissions

This commit is contained in:
Abhisek Datta
2026-01-12 20:49:43 +05:30
parent d48ba68847
commit efca7ff711
13 changed files with 1597 additions and 68 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Sandbox
Design goal for sandbox in PMG context is to protect against unknown supply chain attacks using principles of least privilege.
Design goal for sandbox in PMG context is to protect against unknown supply chain attacks using principle of least privilege.
We do not want to re-invent sandbox and likely rely on OS native sandbox primitives. This is at the cost of developer experience,
where we have to work within the limitations of the sandbox implementations that we use.