Skip to content

Commit 5506e5c

Browse files
pandafynemesifier
authored andcommitted
[fix] Fixed permissions for FreeRADIUS image
Bug: The FreeRADIUS container was exiting because the FreeRADIUs directory had global write permissions.
1 parent 0883b01 commit 5506e5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/openwisp_freeradius/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ COPY ./common/init_command.sh \
1616
./common/utils.sh ./
1717
COPY ./openwisp_freeradius/raddb/ /etc/raddb/
1818
RUN chown -R freerad:root /opt/etc/raddb/ && \
19+
chmod -R go-w /opt/etc/raddb/ && \
1920
chown -R freerad:root /opt/var/log/
2021

2122
ENV TZ=UTC \

0 commit comments

Comments
 (0)