diff options
author | Kenny Levinsen <kl@kl.wtf> | 2021-09-15 23:34:02 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2021-09-16 00:46:49 +0200 |
commit | 907b75de1ae5ec415a99889faecaf05b36bea31e (patch) | |
tree | 63a34969a56b87081245402ec0827472581ff786 /man | |
parent | 4091ba2c07efde82a109fa8a07db77c814e90e5c (diff) |
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.
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions