I guess you’re using the sd-bus API? I’ve never used it, but it appears that you need to use the SD_BUS_VTABLE_UNPRIVILEGED
flag with e.g. SD_BUS_METHOD()
.
1 Like
I guess you’re using the sd-bus API? I’ve never used it, but it appears that you need to use the SD_BUS_VTABLE_UNPRIVILEGED
flag with e.g. SD_BUS_METHOD()
.