-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathdeps.sb
More file actions
19 lines (19 loc) · 904 Bytes
/
deps.sb
File metadata and controls
19 lines (19 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(version 1)
(allow default)
(deny file* (subpath "/opt/homebrew/Cellar"))
(deny file* (subpath "/usr/local/Cellar"))
(allow file-read-metadata (subpath "/opt/homebrew/Cellar"))
(allow file* (subpath "/opt/homebrew/Cellar/perl/"))
(allow file* (subpath "/usr/local/Cellar/perl/"))
(allow file* (subpath "/opt/homebrew/bin/cmake"))
(allow file* (subpath "/usr/local/bin/cmake"))
(allow file* (subpath "/opt/homebrew/Cellar/cmake/"))
(allow file* (subpath "/usr/local/Cellar/cmake/"))
(allow file* (subpath "/opt/homebrew/bin/rustup"))
(allow file* (subpath "/usr/local/bin/rustup"))
(allow file* (subpath "/opt/homebrew/Cellar/rustup/"))
(allow file* (subpath "/usr/local/Cellar/rustup/"))
(allow file* (subpath "/opt/homebrew/bin/pkg-config"))
(allow file* (subpath "/usr/local/bin/pkg-config"))
(allow file* (subpath "/opt/homebrew/Cellar/pkgconf/"))
(allow file* (subpath "/usr/local/Cellar/pkgconf/"))