Age | Commit message (Collapse) | Author | |
---|---|---|---|
3 days | syscallcompat: rename thread_credentials files to include "linux" | Jakob Unterwurzacher | |
As with the other files, include "linux" because the code only builds on linux renamed: internal/syscallcompat/thread_credentials.go -> internal/syscallcompat/thread_credentials_linux.go renamed: internal/syscallcompat/thread_credentials_368_arm.go -> internal/syscallcompat/thread_credentials_linux_368_arm.go renamed: internal/syscallcompat/thread_credentials_other.go -> internal/syscallcompat/thread_credentials_linux_other.go | |||
2025-02-06 | syscallcompat: add thread_credentials.go & friends | Jakob Unterwurzacher | |
Private copies of per-thread Setreuid/Setegid/Setgroups. https://github.com/rfjakob/gocryptfs/issues/893 https://github.com/rfjakob/gocryptfs/issues/892 |