cap-list: rename capability_set_to_string_alloc() → capability_set_to_string()
authorLennart Poettering <lennart@poettering.net>
Mon, 20 Feb 2023 10:33:48 +0000 (11:33 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 20 Feb 2023 15:13:49 +0000 (16:13 +0100)
commit8142d73574b4743081e096bf15bee65e8214b656
treeb57b47b136d6cf72d5847c9b9c3e1620a7d03e97
parent0cd90cf4f31cff9d97a076b8b19a3583c7321d58
cap-list: rename capability_set_to_string_alloc() → capability_set_to_string()

We typically don't use the _alloc() suffix anymore for anything, hence
drop it here too.
src/basic/cap-list.c
src/basic/cap-list.h
src/core/dbus-execute.c
src/core/execute.c
src/shared/bus-print-properties.c
src/test/test-cap-list.c