Skip to content

robertkeizer/pledge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Packages

No packages published