Skip to content

v2.0.0

Compare
Choose a tag to compare
@euantorano euantorano released this 30 Sep 20:52
· 3 commits to master since this release
5935629

Adds unveil(2) support which can be used as follows:

unveil("/foo/bar", {Permission.Read, Permission.Write, Permission.Execute})

Passing an empty string and an empty set of promises is the same as unveil(NULL, NULL) in C, disabling future calls to unveil:

unveil("", {})