We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5c2cc commit 7bf4b24Copy full SHA for 7bf4b24
container.te
@@ -1652,3 +1652,8 @@ allow container_t tmpfs_t:filesystem remount;
1652
# Needed to allow systemd socket activation of containers ran by confined users
1653
allow userdomain container_runtime_t:tcp_socket { bind create getopt listen setopt };
1654
allow userdomain container_runtime_t:udp_socket { bind create getopt listen setopt };
1655
+
1656
+# Allow systemd to kill containers (needed for when stopping a Quadlet service
1657
+# times out)
1658
+allow userdomain container_runtime_t:process { sigkill signal signull };
1659
+allow userdomain container_t:process { sigkill signal signull };
0 commit comments