From a9ba0e328fa4d300d1186721d49b4d0fce33185d Mon Sep 17 00:00:00 2001 From: Christian Göttsche Date: Fri, 19 Jun 2020 19:29:24 +0200 Subject: Make failures of mac_selinux_init() fatal --- src/sysusers/sysusers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sysusers') diff --git a/src/sysusers/sysusers.c b/src/sysusers/sysusers.c index 6fbd5985d3..b5e7e08eee 100644 --- a/src/sysusers/sysusers.c +++ b/src/sysusers/sysusers.c @@ -1898,7 +1898,7 @@ static int run(int argc, char *argv[]) { r = mac_selinux_init(); if (r < 0) - return log_error_errno(r, "SELinux setup failed: %m"); + return r; /* If command line arguments are specified along with --replace, read all * configuration files and insert the positional arguments at the specified -- cgit v1.2.3