[zion] Enforce cap transmit permissions in more places.
This commit is contained in:
parent
4e9ad6a516
commit
f0add6e0c3
7 changed files with 24 additions and 8 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_Duplicate;
|
||||
kZionPerm_SpawnProcess | kZionPerm_Duplicate | kZionPerm_Transmit;
|
||||
}
|
||||
|
||||
enum State {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue