fl_test_mac_restrictions
Test which operations are blocked by FL Studio's macOS audit hook, returning a dictionary of operation names with OK or BLOCKED status.
Instructions
Test which operations are blocked by FL Studio's macOS audit hook.
FL Studio 2025 on macOS runs Python in a heavily-restricted sub-interpreter. This tool reports which operations are blocked (sockets, threads, subprocess, file I/O restrictions, etc.) and which are allowed.
Returns a dict mapping operation names to status strings: "OK" = operation succeeded "BLOCKED: " = audit hook blocked the operation
Expected on macOS: sockets, threads, subprocess, mkdir, unlink, rename = BLOCKED file_io = OK
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||