Merge changes from topic "CVE-2020-1712" into tizen accepted/tizen/unified/20230215.100705
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Mon, 13 Feb 2023 13:29:08 +0000 (13:29 +0000)
committerGerrit Code Review <gerrit@review>
Mon, 13 Feb 2023 13:29:08 +0000 (13:29 +0000)
commit8788707a0da7b142b3070797c5369db191bdd280
tree39ffbe012ed50af84e50fe448ad64bbb62622163
parent94b80ec72c808d1e99e44145a11954b4559eab2b
parentb1d65cee64eb7b3bc7be928e4d0487f3cffb43ac
Merge changes from topic "CVE-2020-1712" into tizen

* changes:
  Fix typo in function name
  man: document the new sd_bus_enqueue_for_read() API call
  polkit: when authorizing via PK let's re-resolve callback/userdata instead of caching it
  sd-bus: introduce API for re-enqueuing incoming messages
  polkit: use structured initialization
  polkit: on async pk requests, re-validate action/details
  polkit: reuse some common bus message appending code
  bus-polkit: rename return error parameter to ret_error
  shared: split out polkit stuff from bus-util.c → bus-polkit.c