Skip to content

Commit

Permalink
Make bootupd_t permissive
Browse files Browse the repository at this point in the history
The updated package does not use a service unit nor a socket one
to be started by systemd.
  • Loading branch information
zpytela committed Nov 22, 2024
1 parent 07ad942 commit b4857ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions policy/modules/contrib/bootupd.te
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b4857ab

Please sign in to comment.