1
0
mirror of https://github.com/systemd/systemd synced 2025-10-06 00:13:24 +02:00

README: add more kernel APIs we now utilize

This commit is contained in:
Mike Yuan
2025-06-05 23:04:16 +02:00
parent 998aa62a21
commit d53444085f

3
README
View File

@@ -71,7 +71,10 @@ REQUIREMENTS:
and MOVE_MOUNT_BENEATH
≥ 6.6 for quota support on tmpfs
≥ 6.9 for pidfs
≥ 6.10 for fcntl(F_DUPFD_QUERY), unprivileged linkat(AT_EMPTY_PATH),
and block device 'partscan' sysfs attribute
≥ 6.13 for PIDFD_GET_INFO and {set,remove}xattrat()
≥ 6.16 for coredump pattern '%F' (pidfd) specifier
✅ systemd utilizes several new kernel APIs, but will fall back gracefully
when unavailable.