6d6a4beb28
Brings together a set of existing patches and attempts to address permissions issues with the kuryr-libnetwork plugin. Defaults are chosen to match the requirements of the tempest tests Change-Id: Ie674947ba6673a92e53f85de2cc8acdae5788f8f Depends-On: https://review.opendev.org/767469
7 lines
333 B
Django/Jinja
7 lines
333 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
Defaults:{{ zun_system_user_name }} !requiretty
|
|
Defaults:{{ zun_system_user_name }} secure_path="{{ zun_bin }}:{{ zun_bin | dirname }}/libexec/kuryr:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
|
|
|
{{ zun_system_user_name }} ALL = (root) NOPASSWD: {{ zun_bin }}/{{ zun_service_name }}-rootwrap
|