chiark / gitweb /
sd-bus: given that the kernel now passes the auxgroups list as 32bit array to us...
authorLennart Poettering <lennart@poettering.net>
Wed, 26 Nov 2014 13:59:12 +0000 (14:59 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 26 Nov 2014 13:59:12 +0000 (14:59 +0100)
commite12d81ae80214ef05ddedafd016bdd604ce17d12
tree55d8b2a5dd356154b24ab8c8a5c5287196d5176a
parent8514b67754c5ff7fa628929b3d27131010c21842
sd-bus: given that the kernel now passes the auxgroups list as 32bit array to us, no need to convert to uid_t manually

This way, we can save one allocation and avoid copying the array
unnecesarily.
src/libsystemd/sd-bus/bus-control.c
src/libsystemd/sd-bus/bus-creds.c
src/libsystemd/sd-bus/bus-kernel.c