summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-01-29 13:32:19 +0000
committerGerrit Code Review <review@openstack.org>2013-01-29 13:32:19 +0000
commita8cc71e8e394ccfae7a0346b9099ac95976427cd (patch)
treeaa015b1d36796bf2539bda99de705df1f96b2964
parent2178b6a59be379fa400195366d2c023c21ecc3d1 (diff)
parent86cc62b58b0704aad319961a1d0494e4f2660157 (diff)
downloadoslo-a8cc71e8e394ccfae7a0346b9099ac95976427cd.tar.gz
oslo-a8cc71e8e394ccfae7a0346b9099ac95976427cd.tar.xz
oslo-a8cc71e8e394ccfae7a0346b9099ac95976427cd.zip
Merge "rootwrap: Avoid PEP8 errors on name replacement"
-rwxr-xr-xbin/oslo-rootwrap13
1 files changed, 8 insertions, 5 deletions
diff --git a/bin/oslo-rootwrap b/bin/oslo-rootwrap
index af504f7..12b2379 100755
--- a/bin/oslo-rootwrap
+++ b/bin/oslo-rootwrap
@@ -20,14 +20,17 @@
Filters which commands a service is allowed to run as another user.
- To use this with oslo, you should set the following in oslo.conf:
+ To use this with oslo, you should set the following in
+ oslo.conf:
rootwrap_config=/etc/oslo/rootwrap.conf
- You also need to let the oslo user run oslo-rootwrap as root in sudoers:
- oslo ALL = (root) NOPASSWD: /usr/bin/oslo-rootwrap /etc/oslo/rootwrap.conf *
+ You also need to let the oslo user run oslo-rootwrap
+ as root in sudoers:
+ oslo ALL = (root) NOPASSWD: /usr/bin/oslo-rootwrap
+ /etc/oslo/rootwrap.conf *
- Service packaging should deploy .filters files only on nodes where they are
- needed, to avoid allowing more than is necessary.
+ Service packaging should deploy .filters files only on nodes where
+ they are needed, to avoid allowing more than is necessary.
"""
import ConfigParser