Skip to content

Instantly share code, notes, and snippets.

@puilp0502
Created July 19, 2026 19:51
Show Gist options
  • Select an option

  • Save puilp0502/71f5cff797ebf55bcb19f357489e673c to your computer and use it in GitHub Desktop.

Select an option

Save puilp0502/71f5cff797ebf55bcb19f357489e673c to your computer and use it in GitHub Desktop.
nono profile for pi
{
"extends": "always-further/pi",
"meta": {
"name": "pi"
},
"groups": {
"include": [],
"exclude": []
},
"commands": {
"allow": [],
"deny": []
},
"workdir": {
"access": "readwrite"
},
"filesystem": {
"allow": [
"$HOME/Library/Developer/Xcode/DerivedData/",
"$HOME/.cache/browser-tools",
"$HOME/Library/Application Support/Google/Chrome for Testing/Crashpad"
],
"read": [
"$HOME/Library/Developer"
],
"write": [
"$HOME/Library/Developer/Xcode/DerivedData/"
],
"allow_file": [],
"read_file": [],
"write_file": [],
"deny": [".env"],
"bypass_protection": [],
"suppress_save_prompt": []
},
"network": {
"block": false,
"allow_domain": [],
"credentials": [],
"open_port": [],
"listen_port": [],
"custom_credentials": {}
},
"env_credentials": {},
"hooks": {},
"rollback": {
"exclude_patterns": [],
"exclude_globs": []
},
"unsafe_macos_seatbelt_rules": [
// allow chrome to be executed inside nono sandbox process tree
"(allow mach-register (global-name-regex \"^org.chromium.crashpad.\"))",
"(allow mach-register (global-name-regex \"^com.google.chrome.for.testing.\"))",
"(allow mach-lookup (global-name-regex \"^org.chromium.crashpad.\"))",
"(allow iokit-open)",
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment