View Source Pledge

This package exposes the pledge(2) system call available in OpenBSD.

See the Pledge module for usage and interface details.

installation

Installation

The package can be installed by adding pledge to your list of dependencies in mix.exs:

def deps do
  [
    {:pledge, "~> 0.0.1"}
  ]
end

license

License

This package is licensed using the standard OpenBSD license. Refer to the LICENSE file for more details.

internals

Internals

The package makes use of rustler and the openbsd crate.