module PathPermission:sig..end
path permission: OpenBSD: unveil(2) Linux: landlock(7)
type t =
| |
Read |
(* | read makes
| *) |
| |
Write |
(* | write makes
| *) |
| |
Execute |
(* | execute makes
| *) |
| |
CreateAndRemove |
(* | create and remove allows
| *) |