<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Oct 30, 2017 at 10:02 AM, Pekka Paalanen <span dir="ltr"><<a href="mailto:ppaalanen@gmail.com" target="_blank">ppaalanen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mon, 30 Oct 2017 15:20:42 +0100<br>
Emre Ucan <<a href="mailto:eucan@de.adit-jv.com">eucan@de.adit-jv.com</a>> wrote:<br>
<br>
> weston does not need to be root.<br>
> It requires adjusting ownership on the given tty device.<br>
><br>
> If weston does not have proper rights, it will get<br>
> an error at startup anyway.<br>
><br>
> Signed-off-by: Emre Ucan <<a href="mailto:eucan@de.adit-jv.com">eucan@de.adit-jv.com</a>><br>
> ---<br>
>  libweston/launcher-direct.c | 3 ---<br>
>  1 file changed, 3 deletions(-)<br>
><br>
> diff --git a/libweston/launcher-direct.c b/libweston/launcher-direct.c<br>
> index a5d3ee5..b05d214 100644<br>
> --- a/libweston/launcher-direct.c<br>
> +++ b/libweston/launcher-direct.c<br>
> @@ -276,9 +276,6 @@ launcher_direct_connect(struct weston_launcher **out, struct weston_compositor *<br>
>  {<br>
>       struct launcher_direct *launcher;<br>
><br>
> -     if (geteuid() != 0)<br>
> -             return -EINVAL;<br>
> -<br>
>       launcher = zalloc(sizeof(*launcher));<br>
>       if (launcher == NULL)<br>
>               return -ENOMEM;<br>
<br>
</span>NAK, for the reasons explained in<br>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2017-October/035582.html" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>archives/wayland-devel/2017-<wbr>October/035582.html</a><br>
<br>
To summarize, it's not only tty permissions but DRM and input devices<br>
as well. If you set all these so that weston can actually run without<br>
root using the direct launcher, then quite likely you have opened some<br>
security holes.</blockquote><div><br></div><div>Just to confirm then: you are asserting that Weston is making a policy decision that the system has been configured poorly if it finds that, even though all the requested ioctl()'s and open()'s and friends have succeeded, that it didn't happen to be running as root?</div></div></div></div>