seatd/seatd-launch
Kenny Levinsen 907b75de1a seatd-launch: Use absolute path for seatd
We previously used execlp to execute seatd, which had the effect of
searching PATH for the executable. This allowed the caller to control
what executable was run, which is bad if SUID has been set.

Instead, expose the absolute install path for seatd from meason as a
define, and use that in a call to execv.
2021-09-16 00:46:49 +02:00
..
seatd-launch.c seatd-launch: Use absolute path for seatd 2021-09-16 00:46:49 +02:00