Michael Bolin and GitHub
642b7566df
fix: introduce AbsolutePathBuf as part of sandbox config ( #7856 )
...
Changes the `writable_roots` field of the `WorkspaceWrite` variant of
the `SandboxPolicy` enum from `Vec<PathBuf>` to `Vec<AbsolutePathBuf>`.
This is helpful because now callers can be sure the value is an absolute
path rather than a relative one. (Though when using an absolute path in
a Seatbelt config policy, we still have to _canonicalize_ it first.)
Because `writable_roots` can be read from a config file, it is important
that we are able to resolve relative paths properly using the parent
folder of the config file as the base path.
2025-12-12 15:25:22 -08:00
..
2025-09-10 12:13:53 -07:00
2025-12-11 09:11:42 -08:00
2025-12-12 15:25:22 -08:00
2025-12-04 08:32:54 -08:00
2025-12-11 15:09:00 -08:00
2025-12-11 09:57:59 -08:00
2025-11-05 09:50:40 -08:00
2025-11-05 09:50:40 -08:00
2025-12-11 16:41:04 -08:00
2025-12-10 11:19:00 -08:00
2025-10-20 21:08:19 +00:00
2025-12-02 15:19:27 -08:00
2025-10-20 12:08:06 -07:00
2025-12-10 13:59:17 -08:00
2025-08-20 17:11:09 +00:00
2025-12-11 16:41:04 -08:00
2025-12-11 16:41:04 -08:00
2025-09-27 13:25:09 -07:00
2025-12-12 06:30:56 +00:00
2025-11-19 00:47:37 +00:00
2025-12-04 10:50:20 -08:00
2025-09-26 16:35:56 -07:00
2025-11-07 15:54:07 -08:00
2025-11-05 09:50:40 -08:00
2025-11-17 22:23:53 -08:00
2025-11-20 12:33:12 -08:00
2025-09-15 00:42:53 -07:00
2025-08-15 15:32:41 -07:00
2025-12-11 14:06:07 -08:00
2025-10-30 18:07:51 -07:00
2025-12-09 10:23:11 -08:00
2025-12-11 15:09:00 -08:00
2025-08-05 04:23:22 +00:00
2025-09-22 22:24:31 +00:00
2025-11-20 21:06:22 +00:00
2025-11-20 21:06:22 +00:00
2025-10-20 21:08:19 +00:00
2025-10-20 21:08:19 +00:00
2025-12-11 16:41:04 -08:00
2025-11-17 11:49:09 -08:00
2025-12-09 10:23:11 -08:00
2025-12-03 11:25:44 -08:00
2025-10-15 16:11:20 -07:00
2025-10-07 16:18:48 -07:00
2025-10-08 20:23:13 +00:00
2025-12-01 20:22:35 -08:00
2025-12-03 15:12:46 -08:00
2025-12-11 09:11:42 -08:00
2025-10-08 20:23:13 +00:00
2025-10-31 16:36:41 -07:00
2025-10-09 17:39:45 +00:00
2025-09-15 06:44:40 -07:00
2025-12-03 16:29:13 +00:00
2025-12-12 11:50:50 +01:00
2025-09-30 00:10:04 +00:00
2025-11-10 09:05:00 -08:00
2025-11-10 09:05:00 -08:00
2025-11-24 15:04:49 -05:00
2025-09-05 16:27:31 -07:00
2025-10-28 16:59:19 +00:00