Categories: None [Edit]

pledge

https://rubygems.org/gems/pledge
https://github.com/jeremyevans/ruby-pledge
pledge exposes OpenBSD's pledge(2) and unveil(2) system calls to Ruby, allowing a program to restrict the types of operations the program can do, and the file system access the program has, after the point of call. Unlike other similar systems, pledge and unveil are specifically designed for programs that need to use a wide variety of operations on initialization, but a fewer number after initialization (when user input will be accepted).

Total

Ranking: 90,331 of 184,953
Downloads: 8,708

Daily

Ranking: 74,452 of 184,934
Downloads: 0

Depended by

RankDownloadsName
72,17012,415unicorn-lockdown

Depends on

RankDownloadsName
1,68716,559,576rake-compiler
13,309148,268minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans