mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +02:00
There are places in the kernel that would like to have access to `pgid` credentials in certain circumstances. I haven't found any use cases for `sid` yet, but `sid` and `pgid` are both changed with `sys$setpgid`, so it seemed sensical to add it. In Linux, `man 7 credentials` also mentions both the session id and process group id, so this isn't unprecedented.
11 KiB
11 KiB