This change introduces setrlimit_uid(2), a new system call for changing
per-UID resource limits.
Unlike the setrlimit(2) system call, setrlimit_uid(2) operates on the
plimit structure stored in struct uidinfo.
Differential D55039
Introduce setrlimit_uid(2) Authored by bnovkov on Sun, Feb 1, 5:22 PM. Tags None Referenced Files
Details
Diff Detail
Event TimelineComment Actions This makes me wonder why not setrlimit_type(id_t id, int /*idtype_t*/ type, int which, const struct rlimit *rlp), but it's not clear most types really want limits so it feels overall like premature generalization.
| ||||||||||||||||||||||||||||||||||||||||||||