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 6b07184 commit 75dc506Copy full SHA for 75dc506
container.te
@@ -1657,3 +1657,7 @@ allow userdomain container_runtime_t:udp_socket { bind create getopt listen seto
1657
# times out)
1658
allow userdomain container_runtime_t:process { sigkill signal signull };
1659
allow userdomain container_t:process { sigkill signal signull };
1660
+
1661
+# Needed for "podman build" to work as a confined user
1662
+allow userdomain container_ro_file_t:dir mounton;
1663
+allow userdomain self:capability setuid;
0 commit comments