diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-05-18 15:26:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 15:26:24 +0200 |
commit | b3d15d90c0ea163ddea1de82cc8e6f2f1aaefa4b (patch) | |
tree | a036fa2d28bc8b23dfa1f124050697164dad7e77 /man | |
parent | d7d892e694663b37aec3ab969cc64ab171af7f9c (diff) | |
parent | 0271e9b10c71c26f7b33a6141278b71d55b89626 (diff) | |
download | systemd-b3d15d90c0ea163ddea1de82cc8e6f2f1aaefa4b.tar.gz |
Merge pull request #15804 from poettering/hostnamed-instant-part1
four likely safe commits split out of #15624
Diffstat (limited to 'man')
-rw-r--r-- | man/sd_bus_add_object.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/man/sd_bus_add_object.xml b/man/sd_bus_add_object.xml index 60f04187f8..102ee66d29 100644 --- a/man/sd_bus_add_object.xml +++ b/man/sd_bus_add_object.xml @@ -544,6 +544,25 @@ This corresponds to the <constant>org.freedesktop.systemd1.Explicit</constant> annotation in introspection data.</para></listitem> </varlistentry> + + <varlistentry> + <term><constant>SD_BUS_VTABLE_SENSITIVE</constant></term> + + <listitem><para>Mark this vtable method entry as processing sensitive data. When set, + incoming method call messages and their outgoing reply messages are marked as sensitive using + <citerefentry><refentrytitle>sd_bus_message_sensitive</refentrytitle><manvolnum>3</manvolnum></citerefentry>, + so that they are erased from memory when freed.</para></listitem> + </varlistentry> + + <varlistentry> + <term><constant>SD_BUS_VTABLE_ABSOLUTE_OFFSET</constant></term> + + <listitem><para>Mark this vtable method or property entry so that the user data pointer passed to + its associated handler functions is determined slightly differently: instead of adding the offset + parameter of the entry to the user data pointer specified during vtable registration, the offset is + passed directly, converted to a pointer, without taking the user data pointer specified during + vtable registration into account.</para></listitem> + </varlistentry> </variablelist> </refsect2> </refsect1> |