robertkeizer / openbsd

Elixir bindings for pledge(2) and unveil(2)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenBSD

This package allows exposes functionality specific to OpenBSD.

It is not an official project of the OpenBSD Foundation.

The following system calls are supported:

Installation

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

def deps do
  [
    {:openbsd, "~> 0.1.0"}
  ]
end

Internals

The package makes use of rustler and the openbsd crate.

About

Elixir bindings for pledge(2) and unveil(2)

License:Other


Languages

Language:Elixir 88.4%Language:Rust 11.6%