summaryrefslogtreecommitdiff
path: root/Kernel/Credentials.cpp
AgeCommit message (Expand)Author
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-01-28AK: Remove `try_` prefix from FixedArray creation functionsLinus Groh
2023-01-03Kernel: Add `sid` and `pgid` to `Credentials`yyny
2022-08-21Kernel: Make VirtualFileSystem functions take credentials as inputAndreas Kling
2022-08-20Kernel: Add Credentials to hold a set of user and group IDsAndreas Kling