From 737350c6df4f5155dc3e9a68b80b0bc887f52fee Mon Sep 17 00:00:00 2001 From: Zdenek Pytela Date: Fri, 22 Nov 2024 17:25:00 +0100 Subject: [PATCH] Make bootupd_t permissive The updated package does not use a service unit nor a socket one to be started by systemd. Related: https://github.com/coreos/bootupd/pull/663 --- policy/modules/contrib/bootupd.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/bootupd.te b/policy/modules/contrib/bootupd.te index 790c156623..44db5687e7 100644 --- a/policy/modules/contrib/bootupd.te +++ b/policy/modules/contrib/bootupd.te @@ -8,6 +8,7 @@ policy_module(bootupd, 1.0.0) type bootupd_t; type bootupd_exec_t; init_daemon_domain(bootupd_t, bootupd_exec_t) +permissive bootupd_t; type bootupd_unit_file_t; systemd_unit_file(bootupd_unit_file_t)