robertkeizer / pledge

Elixir bindings for pledge(2)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pledge

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

See the Pledge module for usage and interface details.

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

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

Internals

The package makes use of rustler and the openbsd crate.

About

Elixir bindings for pledge(2)

License:ISC License


Languages

Language:Elixir 89.1%Language:Rust 10.9%