Skip to content

Commit e9ffc72

Browse files
authored
Merge pull request #54696 from ousleyp/selinux-pr-2
CNV-20962: follow-up PR for SELinux in 4.12
2 parents 6faa68f + 8469bb3 commit e9ffc72

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

modules/virt-extended-selinux-policies-for-virt-launcher.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,13 @@ Without this policy, any attempt to relay network debug messages is blocked. Thi
3434
3535
** `allow process nfs_t (dir (mounton))`
3636
** `allow process proc_t (dir (mounton))`
37-
** `allow process proc_t (filesystem (mount unmount))`
37+
** `allow process proc_t (filesystem (mount unmount))`
38+
39+
* The following policy is inherited from upstream Kubevirt, where it enables `passt` networking:
40+
41+
** `allow process tmpfs_t (filesystem (mount))`
42+
43+
[NOTE]
44+
====
45+
{VirtProductName} does not support `passt` at this time.
46+
====

0 commit comments

Comments
 (0)