mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 04:27:02 +01:00
Fix RADIUS docker image file permissions (#1439)
This commit is contained in:
parent
36f1efa559
commit
95cdaec75f
|
@ -34,7 +34,7 @@ RUN ln -s /etc/raddb/mods-available/python3 /etc/raddb/mods-enabled/python3 && \
|
|||
|
||||
|
||||
# Allows the radiusd user to write to the directory
|
||||
RUN chown -R $RADIUS_USER. /etc/raddb && \
|
||||
RUN chown -R $RADIUS_USER. /etc/raddb/ && \
|
||||
chmod 775 /etc/raddb/certs && \
|
||||
chmod 640 /etc/raddb/clients.conf
|
||||
|
||||
|
|
Loading…
Reference in a new issue