From 74aa4d5b6b9374c1fdc50ea1acafa67523b05881 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 24 Jan 2018 16:00:54 -0600 Subject: [PATCH] Disable polkit by default --- libvirt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.spec b/libvirt.spec index d2eb037..17f9594 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -85,7 +85,7 @@ %endif # A few optional bits off by default, we enable later -%define with_polkit 0%{!?_without_polkit:1} +%define with_polkit 0%{!?_without_polkit:0} %define with_fuse 0%{!?_without_fuse:0} %define with_cgconfig 0%{!?_without_cgconfig:0} %define with_sanlock 0%{!?_without_sanlock:0}