[Zion] Remove all capabilities on process cleanup.

This commit is contained in:
Drew Galbraith 2023-11-24 17:05:11 -08:00
parent 430dc36728
commit e50d3f8abc
3 changed files with 14 additions and 1 deletions

View file

@ -98,7 +98,8 @@ void Process::Cleanup() {
}
}
// 2. Release all capabailities. TODO
// 2. Release all capabailities.
caps_.ReleaseAll();
// 3. Unmap all user memory. TODO