WIP: Support setuid/setgid

This commit is contained in:
4lDO2
2022-06-16 14:51:44 +02:00
parent 37cc4e5383
commit a7c817d81a
3 changed files with 42 additions and 8 deletions
+1
View File
@@ -124,6 +124,7 @@ pub fn static_init(sp: &'static Stack) {
tcb.masters_len = mem::size_of::<Master>();
tcb.copy_masters().expect_notls("failed to copy TLS master data");
tcb.activate();
}
//TODO: Warning on multiple TLS sections?