summaryrefslogtreecommitdiff
path: root/man/rules
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2023-01-19 23:20:55 +0000
committerLuca Boccassi <bluca@debian.org>2023-01-20 12:18:05 +0000
commitda20baaeccbcca78350bf64bdc069dec685c95bc (patch)
tree85004b30d748e95c61fa1d1ac46b3836cde718ea /man/rules
parentf840c7d58dcd39fa98a887c50a9be5c35dbb599f (diff)
downloadsystemd-da20baaeccbcca78350bf64bdc069dec685c95bc.tar.gz
sd-login: add sd_pidfd_* APIs
Same as the sd_pid_* counterparts, but take a pid file descriptor instead of a pid, so that the callers can be sure that the returned values are really about the process they asked for, and not about a recycled PID.
Diffstat (limited to 'man/rules')
-rw-r--r--man/rules/meson.build10
1 files changed, 9 insertions, 1 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build
index 90324fe1ec..194cc0b904 100644
--- a/man/rules/meson.build
+++ b/man/rules/meson.build
@@ -815,7 +815,15 @@ manpages = [
'sd_pid_get_slice',
'sd_pid_get_unit',
'sd_pid_get_user_slice',
- 'sd_pid_get_user_unit'],
+ 'sd_pid_get_user_unit',
+ 'sd_pidfd_get_cgroup',
+ 'sd_pidfd_get_machine_name',
+ 'sd_pidfd_get_owner_uid',
+ 'sd_pidfd_get_session',
+ 'sd_pidfd_get_slice',
+ 'sd_pidfd_get_unit',
+ 'sd_pidfd_get_user_slice',
+ 'sd_pidfd_get_user_unit'],
'HAVE_PAM'],
['sd_seat_get_active',
'3',