diff --git a/fix-selinux-err.patch b/fix-selinux-err.patch index c51c91cfc6a2464ae8bd6bfcadf7b98e39261a1e..40be456cb3c092f2c41d9615a3e28a4d5f52b52d 100644 --- a/fix-selinux-err.patch +++ b/fix-selinux-err.patch @@ -32,7 +32,7 @@ index b2c63ab..8f76c14 100644 allow openvswitch_load_module_t kernel_t:system module_request; allow openvswitch_load_module_t modules_conf_t:dir { getattr open read search }; allow openvswitch_load_module_t modules_conf_t:file { getattr open read }; -+allow openvswitch_load_module_t modules_dep_t:file open; ++allow openvswitch_load_module_t modules_dep_t:file { getattr map open read }; allow openvswitch_load_module_t modules_object_t:file { map getattr open read }; allow openvswitch_load_module_t modules_object_t:dir { getattr open read search }; allow openvswitch_load_module_t openvswitch_load_module_exec_t:file { entrypoint };