forked from pool/selinux-policy
321f539d0b
- Update to version 20220124. Refreshed: * fix_hadoop.patch * fix_init.patch * fix_kernel_sysctl.patch * fix_systemd.patch * fix_systemd_watch.patch - Added fix_hypervkvp.patch to fix issues with hyperv labeling (bsc#1193987) OBS-URL: https://build.opensuse.org/request/show/948331 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=124
16 lines
892 B
Diff
16 lines
892 B
Diff
Index: fedora-policy-20220124/policy/modules/contrib/hypervkvp.fc
|
|
===================================================================
|
|
--- fedora-policy-20220124.orig/policy/modules/contrib/hypervkvp.fc
|
|
+++ fedora-policy-20220124/policy/modules/contrib/hypervkvp.fc
|
|
@@ -3,8 +3,10 @@
|
|
/usr/lib/systemd/system/hypervvssd.* -- gen_context(system_u:object_r:hypervvssd_unit_file_t,s0)
|
|
|
|
/usr/sbin/hv_kvp_daemon -- gen_context(system_u:object_r:hypervkvp_exec_t,s0)
|
|
+/usr/lib/hyper-v/bin/.*kvp_daemon -- gen_context(system_u:object_r:hypervkvp_exec_t,s0)
|
|
/usr/sbin/hypervkvpd -- gen_context(system_u:object_r:hypervkvp_exec_t,s0)
|
|
|
|
/usr/sbin/hypervvssd -- gen_context(system_u:object_r:hypervvssd_exec_t,s0)
|
|
+/usr/lib/hyper-v/bin/.*vss_daemon -- gen_context(system_u:object_r:hypervvssd_exec_t,s0)
|
|
|
|
/var/lib/hyperv(/.*)? gen_context(system_u:object_r:hypervkvp_var_lib_t,s0)
|