aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libseat/backend/seatd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libseat/backend/seatd.c b/libseat/backend/seatd.c
index 25d8e95..3ff54d6 100644
--- a/libseat/backend/seatd.c
+++ b/libseat/backend/seatd.c
@@ -606,11 +606,6 @@ static struct libseat *builtin_open_seat(struct libseat_seat_listener *listener,
return NULL;
}
- if (geteuid() != 0) {
- log_error("Built-in seatd instance requires root privileges");
- return NULL;
- }
-
pid_t pid = fork();
if (pid == -1) {
log_errorf("Could not fork: %s", strerror(errno));