The Capsicum rights.
primitive val Cap
new val create() : Cap val^
This places the current process into capability mode, a mode of execution in which processes may only issue system calls operating on file descriptors or reading limited global system state. Access to global name spaces, such as file system or IPC name spaces, is prevented.
fun box enter() : Bool val
fun box read() : U64 val
fun box write() : U64 val
fun box seek_tell() : U64 val
fun box seek() : U64 val
fun box pread() : U64 val
fun box pwrite() : U64 val
fun box mmap() : U64 val
fun box mmap_r() : U64 val
fun box mmap_w() : U64 val
fun box mmap_x() : U64 val
fun box mmap_rw() : U64 val
fun box mmap_rx() : U64 val
fun box mmap_wx() : U64 val
fun box mmap_rwx() : U64 val
fun box creat() : U64 val
fun box fexecve() : U64 val
fun box fsync() : U64 val
fun box ftruncate() : U64 val
fun box lookup() : U64 val
fun box fchdir() : U64 val
fun box fchflags() : U64 val
fun box chflagsat() : U64 val
fun box fchmod() : U64 val
fun box fchmodat() : U64 val
fun box fchown() : U64 val
fun box fchownat() : U64 val
fun box fcntl() : U64 val
fun box flock() : U64 val
fun box fpathconf() : U64 val
fun box fsck() : U64 val
fun box fstat() : U64 val
fun box fstatat() : U64 val
fun box fstatfs() : U64 val
fun box futimes() : U64 val
fun box futimesat() : U64 val
fun box linkat() : U64 val
fun box mkdirat() : U64 val
fun box mkfifoat() : U64 val
fun box mknodat() : U64 val
fun box renameat() : U64 val
fun box symlinkat() : U64 val
fun box unlinkat() : U64 val
fun box accept() : U64 val
fun box bind() : U64 val
fun box connect() : U64 val
fun box getpeername() : U64 val
fun box getsockname() : U64 val
fun box getsockopt() : U64 val
fun box listen() : U64 val
fun box peeloff() : U64 val
fun box recv() : U64 val
fun box send() : U64 val
fun box setsockopt() : U64 val
fun box shutdown() : U64 val
fun box bindat() : U64 val
fun box connectat() : U64 val
fun box sock_client() : U64 val
fun box sock_server() : U64 val
fun box mac_get() : U64 val
fun box mac_set() : U64 val
fun box sem_getvalue() : U64 val
fun box sem_post() : U64 val
fun box sem_wait() : U64 val
fun box event() : U64 val
fun box kqueue_event() : U64 val
fun box ioctl() : U64 val
fun box ttyhook() : U64 val
fun box pdgetpid() : U64 val
fun box pdwait() : U64 val
fun box pdkill() : U64 val
fun box exattr_delete() : U64 val
fun box exattr_get() : U64 val
fun box exattr_list() : U64 val
fun box exattr_set() : U64 val
fun box acl_check() : U64 val
fun box acl_delete() : U64 val
fun box acl_get() : U64 val
fun box acl_set() : U64 val
fun box kqueue_change() : U64 val
fun box kqueue() : U64 val
fun box eq( that: Cap val) : Bool val
fun box ne( that: Cap val) : Bool val
Build a Capsicum ID from an index and a bit position.
fun box _id( idx: U64 val, bit: U64 val) : U64 val
© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/capsicum-Cap