v2.0.0
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("", {})