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 498d415 commit bc5c2ccCopy full SHA for bc5c2cc
container.te
@@ -1648,3 +1648,7 @@ allow container_t container_ro_file_t:dir watch;
1648
allow container_t devpts_t:filesystem mount;
1649
allow container_t proc_t:filesystem mount;
1650
allow container_t tmpfs_t:filesystem remount;
1651
+
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 };
0 commit comments