mirror of
https://github.com/systemd/systemd.git
synced 2025-09-10 22:52:49 +02:00
504 B
504 B
title, category, layout, SPDX-License-Identifier
| title | category | layout | SPDX-License-Identifier |
|---|---|---|---|
| Project IDs for Disk Quotas on Exec Directories | Exec directories | default | LGPL-2.1-or-later |
Project IDs on systemd Systems
Project IDs are needed to enforce disk quotas for Exec Directories.
Project IDs are unsigned, 32-bit integers. For disk quota enforcement,
the range used is 2147483648 - 4294967294, which is the highest range
inspired from UIDS-GUID.md. The range is defined through PROJ_ID_MIN
and PROJ_ID_MAX in exec-invoke.c.