[zion] Enfore Duplication permissions on capabilities.
This commit is contained in:
parent
1364fbed9f
commit
f0a27d30be
7 changed files with 9 additions and 6 deletions
|
|
@ -24,7 +24,7 @@ class Process : public KernelObject {
|
|||
uint64_t TypeTag() override { return KernelObject::PROCESS; }
|
||||
static uint64_t DefaultPermissions() {
|
||||
return kZionPerm_Write | kZionPerm_Read | kZionPerm_SpawnThread |
|
||||
kZionPerm_SpawnProcess;
|
||||
kZionPerm_SpawnProcess | kZionPerm_Duplicate;
|
||||
}
|
||||
|
||||
enum State {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue