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: 91,295 of 180,459
Downloads: 7,944

Daily

Ranking: 60,424 of 180,454
Downloads: 6

Depended by

RankDownloadsName
74,03111,084unicorn-lockdown

Depends on

RankDownloadsName
1,69711,816,859rake-compiler
14,511110,148minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans