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