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 e27600f commit 498d415Copy full SHA for 498d415
container.te
@@ -1641,3 +1641,10 @@ gen_require(`
1641
roleattribute sysadm_r install_roles;
1642
allow sysadm_t install_t:process transition;
1643
type_transition sysadm_t install_exec_t:process install_t;
1644
+
1645
+# Needed to be able to build an rpm-ostree/bootc image, inside of a container
1646
+# ran by a confined user.
1647
+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;
0 commit comments