mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-16 06:08:16 +00:00
nova: revoke set portal id right
Revoke the right to set the portal id (aka label) when it is not needed anymore. Otherwise everybody in the system having a mapping of the portal can reset the label to something we don't expect. Issue #667
This commit is contained in:
committed by
Norman Feske
parent
46447d531e
commit
801d09f166
@ -331,6 +331,8 @@ namespace Nova {
|
||||
|
||||
enum {
|
||||
RIGHT_EC_RECALL = 0x1U,
|
||||
RIGHT_PT_CTRL = 0x1U,
|
||||
RIGHT_PT_CALL = 0x2U
|
||||
};
|
||||
|
||||
Obj_crd() : Crd(0, 0)
|
||||
|
Reference in New Issue
Block a user