diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index c1f4de1..f3a6b86 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
| @@ -88,7 +88,7 @@ do_install_append() { | |||
| 88 | chown root:root $NOVA_CONF_DIR/rootwrap.conf | 88 | chown root:root $NOVA_CONF_DIR/rootwrap.conf |
| 89 | 89 | ||
| 90 | # Set up the rootwrap sudoers for nova | 90 | # Set up the rootwrap sudoers for nova |
| 91 | install -d ${D}${sysconfdir}/sudoers.d | 91 | install -d -m 750 ${D}${sysconfdir}/sudoers.d |
| 92 | touch ${D}${sysconfdir}/sudoers.d/nova-rootwrap | 92 | touch ${D}${sysconfdir}/sudoers.d/nova-rootwrap |
| 93 | chmod 0440 ${D}${sysconfdir}/sudoers.d/nova-rootwrap | 93 | chmod 0440 ${D}${sysconfdir}/sudoers.d/nova-rootwrap |
| 94 | chown root:root ${D}${sysconfdir}/sudoers.d/nova-rootwrap | 94 | chown root:root ${D}${sysconfdir}/sudoers.d/nova-rootwrap |
