devstack gate should remove /etc/sudoers.d/50_stack_sh before testing
Bug #1016567 reported by
Thierry Carrez
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Core Infrastructure |
Fix Released
|
High
|
James E. Blair |
Bug Description
Currently devstack creates a blanket sudoers entry to be able to run anythign as root while devstack runs:
echo "stack ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.
This basically bypasses all the rootwrap security, so you don't really know if that stuff is working or not.
The devstack gate should probably remove /etc/sudoers.
Warning, this may uncover fun bugs :)
Changed in openstack-ci: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → James E. Blair (corvus) |
milestone: | none → folsom |
To post a comment you must log in.
As an example, the tests on https:/ /review. openstack. org/#/c/ 8747/ should have failed until https:/ /review. openstack. org/#/c/ 8842/1 was merged... but they passed :)