WIP: Support setuid/setgid
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user