From 4ca9f62cdce59a753ba9b2cbb1f144fc6ba72e3c Mon Sep 17 00:00:00 2001 From: Sergey Kolekonov Date: Mon, 20 Oct 2014 16:59:55 +0400 Subject: [PATCH] Fix sudoers file for rpm packages Closes-bug: #1383271 Change-Id: I40c7c356c2e82ade9f0ed634266f4d384ea3a014 --- rpm/SOURCES/neutron-sudoers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/SOURCES/neutron-sudoers b/rpm/SOURCES/neutron-sudoers index 3786adab4..b5448c895 100644 --- a/rpm/SOURCES/neutron-sudoers +++ b/rpm/SOURCES/neutron-sudoers @@ -1,3 +1,3 @@ Defaults:neutron !requiretty -neutron ALL = (root) NOPASSWD: SETENV: /usr/bin/neutron-rootwrap +neutron ALL = (root) NOPASSWD: /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf * -- 2.45.2