akanda-rug does not have a root helper
Bug #1452862 reported by
Adam Gandelman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
akanda |
New
|
Medium
|
Unassigned |
Bug Description
Our default config sets root_helper to 'sudo', meaning the rug service has wide open sudo access. While its not the best, the rootwrap approach is the standard way of providing finer grained sudo access to openstack service daemons. Lets implement it in the rug and have a default rootwrap filters that allows only the commands the RUG needs. This'll require a quick audit of current sudo usage to figure out what we need to allow.
Changed in akanda: | |
milestone: | none → 2015.1.0 |
tags: | added: akanda-rug |
Changed in akanda: | |
importance: | Undecided → Medium |
Changed in akanda: | |
milestone: | 2015.1.0 → none |
To post a comment you must log in.
This can piggyback on migration to oslo.concurrency and using process_utils for command execution.