X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_bus_creds_get_pid.xml;h=d33533170f282295e05c225f02065a4d3ea82309;hb=feef0842cfa8abe8b76c16e026217bad7e90f283;hp=9de5001d4912b5ba59e72a107bef34d1f155fe7a;hpb=cd6d5e1c7631d6e74cb04be279dee22e423e08b8;p=elogind.git diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index 9de5001d4..d33533170 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -309,10 +309,10 @@ along with systemd; If not, see . sd_bus_creds_has_effective_cap will - check whether all of the capabilities specified by - capability were set in the effective - capabilities mask. A positive return value means that they were - set, zero means that they were not set, and a negative return + check whether the capability specified by + capability was set in the effective + capabilities mask. A positive return value means that is were + set, zero means that it was not set, and a negative return value signifies an error. See capabilities7 and Capabilities= and @@ -333,7 +333,7 @@ along with systemd; If not, see . but will check the bounding capabilities mask. sd_bus_creds_get_selinux_context will - retrieve the SELinux context of the process. + retrieve the SELinux security context (label) of the process. sd_bus_creds_get_audit_session_id will retrieve the audit session identifier of the process. @@ -402,6 +402,14 @@ along with systemd; If not, see . + + -ENXIO + + An error occured in parsing cgroup paths. + libsystemd might be out of sync with + the running systemd version. + + -EINVAL @@ -423,7 +431,7 @@ along with systemd; If not, see . sd_bus_open_user() and other functions described here are available as a shared library, which can be compiled and linked to with the - libsystemd-bus pkg-config1 + libsystemd pkg-config1 file.