Skip to content

[RFC] Userspace capabilities

Jeremy Soller requested to merge Yoric:master into master

Created by: Yoric

This proposal introduces capabilities, a new mechanism for dealing with permissions in Redox OS. This proposal is designed to minimize the required kernel-level support, rather expecting that most of the feature is implemented in userspace.

Merge request reports