From bc9d1dbfc827c22ace2e5fb6755f7e7b93aba3b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 2 Jul 2020 13:44:43 +0200 Subject: update-utmp,initctl: drop ppid check Such checks make debugging harder but serve no useful purpose otherwise. We got rid of all the checks for root, let's kill those too. --- src/initctl/initctl.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/initctl') diff --git a/src/initctl/initctl.c b/src/initctl/initctl.c index 7505512fe7..7b93de0d8a 100644 --- a/src/initctl/initctl.c +++ b/src/initctl/initctl.c @@ -341,11 +341,6 @@ int main(int argc, char *argv[]) { Server server; int r = EXIT_FAILURE, n; - if (getppid() != 1) { - log_error("This program should be invoked by init only."); - return EXIT_FAILURE; - } - if (argc > 1) { log_error("This program does not take arguments."); return EXIT_FAILURE; -- cgit v1.2.1