Fix RADIUS docker image file permissions (#1439)

This commit is contained in:
Christopher Acosta 2023-03-10 00:00:19 +01:00 committed by GitHub
parent 36f1efa559
commit 95cdaec75f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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