forked from Imagelibrary/seL4
SELFOUR-1016: Require auth cap to set prio/mcp
This fixes confused deputy problem when setting priorities/mcps.
This commit is contained in:
@@ -230,7 +230,6 @@ def init_data_types(wordsize):
|
||||
Type("seL4_Bool", 1, wordsize, native_size_bits=8),
|
||||
|
||||
# seL4 Structures
|
||||
BitFieldType("seL4_PrioProps_t", wordsize, wordsize),
|
||||
BitFieldType("seL4_CapRights_t", wordsize, wordsize),
|
||||
|
||||
# Object types
|
||||
|
||||
Reference in New Issue
Block a user