package restricted
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Restrict possible system operations and filesystem view of your program
Install
dune-project
Dependency
Authors
Maintainers
Sources
ocaml-restricted-1.1.tar.gz
md5=8640c49d4b7e84deb1b60a105bdd338c
sha512=43243183b459398524415c6dd5583639c4a57612b17e0f295dfd878ae075445d3e3f3df1aad2841e0abf29a75a317dd8d6f1c1dd18469e47d01140aa51d41f50
Description
Try to call it as soon as possible in your program. Actual restricted calls currently implemented for these operating systems:
- OpenBSD
Even if your operating system is not currently actually implemented, you can still call 'restricted' to make transparent to your users which priviliges your program needs and your users can test these promises with tools like (pledge on Linux)[https://justine.lol/pledge/]. Enjoy ;)
Dependencies (3)
- ppx_inline_test
-
dune
>= "3.17" -
ocaml
>= "5.1.0"
Dev Dependencies (1)
-
odoc
with-doc
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page