Skip to content

Commit

Permalink
Merge pull request #307 from jsegitz/time_localctl
Browse files Browse the repository at this point in the history
Allow privileged containers to use timedatectl and localectl
  • Loading branch information
rhatdan authored May 15, 2024
2 parents a3cba5e + 206866b commit 66b00df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions container.te
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,8 @@ init_dbus_chat(spc_t)
optional_policy(`
systemd_dbus_chat_machined(spc_t)
systemd_dbus_chat_logind(spc_t)
systemd_dbus_chat_timedated(spc_t)
systemd_dbus_chat_localed(spc_t)
')

domain_transition_all(spc_t)
Expand Down

1 comment on commit 66b00df

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.