kuryr/kuryr/lib
Andrew Bonney cdb9fe351d Remove run_as_root which fails without root_helper
It appears that this library is typically run as the root user
which shouldn't require 'run_as_root'. When running as an
unprivileged user the required permissions can be granted by
specifying 'AmbientCapabilities = CAP_NET_ADMIN' in the service,
rather than 'CapabilityBoundingSet'.

An alternative approach would be to specify a 'root_helper' or to
switch to oslo.privsep, but these don't fully solve the problem
as the 'pyroute2' library also requires 'CAP_NET_ADMIN'.

Closes-Bug: #1852105
Change-Id: I9d0942f1cfc06cc3a7585683a030516096297767
2020-12-01 08:32:18 +00:00
..
binding Remove run_as_root which fails without root_helper 2020-12-01 08:32:18 +00:00
segmentation_type_drivers Remove six 2020-09-30 17:01:51 +08:00
__init__.py Refactoring: Drop all the code except common one 2016-07-19 14:56:17 +05:30
_i18n.py Remove log translations 2017-03-21 13:53:50 +08:00
config.py Fix default region name definition 2019-09-09 11:32:51 +00:00
constants.py Introduce a SR-IOV binding driver 2017-10-16 13:45:16 +00:00
exceptions.py Add ConflictConfigOption Exception 2017-11-15 08:36:35 +07:00
opts.py Fix pep8 and lower-constraints gates 2020-09-11 16:10:34 +02:00
utils.py add region_name in get neutron client to support multi-region scene 2019-08-29 07:28:41 +00:00
version.py fix python packaging 2016-08-18 03:47:38 +02:00