Closed Latrasis closed 5 years ago
For #proc_reg() in #81.
#proc_reg()
Seems that the current #proc_reg implementation is taking a capability list, which is counter to having a seperate #proc_cap_push syscall. Let's keep the #proc_reg cap list input, but then remove it once we have #proc_cap_push implemented next.
#proc_reg
#proc_cap_push
For
#proc_reg()
in #81.Seems that the current
#proc_reg
implementation is taking a capability list, which is counter to having a seperate#proc_cap_push
syscall. Let's keep the#proc_reg
cap list input, but then remove it once we have#proc_cap_push
implemented next.