You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PolicyWitness.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ Ports (v1):
186
186
-`dylib_load`: load a dylib and optionally call a symbol (uses `com.apple.security.cs.disable-library-validation`).
187
187
-`debug_wait`: sleep before sandbox apply for debugger attach (uses `com.apple.security.get-task-allow`).
188
188
-`execmem_probe`: attempt a JIT mapping (`MAP_JIT`, `PROT_READ|PROT_WRITE`) and report success/failure (requires `com.apple.security.cs.allow-jit`; falls back to legacy RWX if available).
189
-
-`dyld_env`: report expected `DYLD_*` env vars (uses `com.apple.security.cs.allow-dyld-environment-variables`).
189
+
-`dyld_env`: report expected `DYLD_*` env vars (observation only; for actual `DYLD_*` injection use an external runner installed with `--env DYLD_*`).
190
190
191
191
Convenience flag (injects instrumentation into the request JSON at runtime):
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ PolicyWitness treats entitlements as a first-class input alongside SBPL. Registe
31
31
32
32
Instrumentation ports are part of the debuggable runner, allowing closer inspection.
33
33
34
-
-`dyld_env`: report expected `DYLD_*` env vars (`com.apple.security.cs.allow-dyld-environment-variables`); set via an external runner with `policy-witness runner install --env KEY=VALUE`.
34
+
-`dyld_env`: report expected `DYLD_*` env vars (observation only); to set them, use an external runner installed with `--env KEY=VALUE`.
35
35
-`dylib_load`: load a dylib and optionally call a symbol (`com.apple.security.cs.disable-library-validation`)
36
36
-`debug_wait`: pause before sandbox apply for debugger attach (`com.apple.security.get-task-allow`)
37
37
-`execmem_probe`: attempt JIT `mmap` (MAP_JIT, PROT_READ|PROT_WRITE) and report success/failure (`com.apple.security.cs.allow-jit`; falls back to legacy RWX if available)
0 commit comments