- On May 31, 2019, at 5:04 PM, Gabriel-Andrew Pollo-Guilbert
gabriel.pollo-guilb...@efficios.com wrote:
> In case of a per-UID buffer, events following a change of user ID should be
> forwarded to buffers of the new UID. In order to do so, we add a wrapper
> around
> setuid(3), setreuid(3) a
In case of a per-UID buffer, events following a change of user ID should be
forwarded to buffers of the new UID. In order to do so, we add a wrapper around
setuid(3), setreuid(3) and setresuid(2) that unregister and re-register the
application from the session daemon.
While there exist some other