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

missing_socket: add SO_PASSRIGHTS

This commit is contained in:
Mike Yuan
2025-06-05 23:00:40 +02:00
parent 35462aa14a
commit f66eeedf6f
2 changed files with 6 additions and 1 deletions

2
README
View File

@@ -74,7 +74,7 @@ REQUIREMENTS:
≥ 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
≥ 6.16 for coredump pattern '%F' (pidfd) specifier and SO_PASSRIGHTS
✅ systemd utilizes several new kernel APIs, but will fall back gracefully
when unavailable.