From fb688e6cc195e313bb98182d44c5a36215e7c2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Wed, 28 Jan 2015 14:08:24 +0100 Subject: [PATCH] Do not ship polkit rules for now, since this might have security implications. --- vagrant-libvirt.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vagrant-libvirt.spec b/vagrant-libvirt.spec index 56702db..093c253 100644 --- a/vagrant-libvirt.spec +++ b/vagrant-libvirt.spec @@ -103,7 +103,8 @@ getent group vagrant >/dev/null || groupadd -r vagrant %exclude %{vagrant_plugin_instdir}/.gitignore %{vagrant_plugin_spec} # polkit -%{_datadir}/polkit-1/rules.d/10-vagrant-libvirt.rules +# TODO: Disabled for now, since this might have security implications. +%exclude %{_datadir}/polkit-1/rules.d/10-vagrant-libvirt.rules %files doc %doc %{vagrant_plugin_docdir}