weston-launch: Only drop privileges if running as root
This commit is contained in:
committed by
Kristian Høgsberg
parent
9cefc647cc
commit
d7865b2f75
@@ -577,6 +577,7 @@ launch_compositor(struct weston_launch *wl, int argc, char *argv[])
|
||||
if (wl->new_user)
|
||||
setup_session(wl);
|
||||
|
||||
if (geteuid() == 0)
|
||||
drop_privileges(wl);
|
||||
|
||||
setenv_fd("WESTON_TTY_FD", wl->tty);
|
||||
|
||||
Reference in New Issue
Block a user