File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 33(deny default)
44
55; Get fonts
6- ; (import "system.sb")
6+ (import "system.sb")
77
88; Helpers
99(define (param-regex param-name param-relative-regex)
2828 (path "/etc/shells")
2929 (path "/private/etc/shells")
3030 (path "/private/etc/ssl/cert.pem")
31+ (path "/System/Library/OpenSSL/openssl.cnf")
3132 (regex #"^/Users/[^/]+/.vscode.*")
3233 (regex #"^/Users/[^/]+/.gitconfig$")
3334 (regex #"^/Users/[^/]+/.gitignore$")
6869 (regex #".*/Python3.framework/.*")
6970 (regex #".*/branch-main/.*")
7071 (regex #".*/usr/lib/swift/.*")
71- ; (regex #".*/Frameworks/.*")
72- ; (regex #".*/PrivateFrameworks/.*")
73-
74- ; (subpath "/System/Volumes/Preboot")
75- ; (subpath "/System/Volumes")
76- ; (subpath "/usr/lib")
77- ; (subpath "/Users/ec2-user")
78- ; (subpath "/Library/Developer/CommandLineTool")
79- ; (subpath "/")
8072)
8173
8274(allow mach-lookup)
134126
135127; Open VSCode window
136128(allow file-ioctl)
137- ; (allow file-issue-extension)
138129(allow iokit-open-user-client)
139- ; (allow system-fsctl) ; HFSIOC_SET_HOTFILE_STATE
140130
141131; VSCode terminal
142132(allow pseudo-tty)
You can’t perform that action at this time.
0 commit comments