Kernel: Properly lock Process protected data in the prctl syscall

This commit is contained in:
Liav A 2022-12-25 12:11:27 +02:00 committed by Linus Groh
commit bedd90b1f0
Notes: sideshowbarker 2024-07-17 05:13:53 +09:00
3 changed files with 12 additions and 16 deletions

View file

@ -249,7 +249,6 @@ public:
{
return with_protected_data([](auto& protected_data) { return protected_data.dumpable; });
}
void set_dumpable(bool);
mode_t umask() const
{