Merge "Drop systemd support from PAM"
This commit is contained in:
commit
98a946f9d5
@ -402,6 +402,10 @@ RUN sed -i \
|
||||
{# endif base_package_type deb #}
|
||||
{% endif %}
|
||||
|
||||
{% if base_distro == 'centos' or base_distro == 'rhel' %}
|
||||
RUN sed -ri '/-session(\s+)optional(\s+)pam_systemd.so/d' /etc/pam.d/system-auth
|
||||
{% endif %}
|
||||
|
||||
COPY set_configs.py /usr/local/bin/kolla_set_configs
|
||||
COPY start.sh /usr/local/bin/kolla_start
|
||||
COPY sudoers /etc/sudoers
|
||||
|
Loading…
Reference in New Issue
Block a user