File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1497,6 +1497,10 @@ RUN cp generated-confs/libnss_mig.conf /etc/ \
14971497 #&& cp /etc/nsswitch.conf /etc/nsswitch.conf.backup
14981498 && cp generated-confs/nsswitch.conf /etc/
14991499
1500+ # Adjust paramiko to reduce log noise from scans if matching patch is available
1501+ RUN cd $MIG_ROOT/mig/src/paramiko \
1502+ && make patch PLATFORM=el8
1503+
15001504RUN chmod 755 generated-confs/envvars \
15011505 && chmod 755 generated-confs/httpd.conf
15021506
Original file line number Diff line number Diff line change @@ -1384,6 +1384,10 @@ RUN cp generated-confs/libnss_mig.conf /etc/ \
13841384 #&& cp /etc/nsswitch.conf /etc/nsswitch.conf.backup
13851385 && cp generated-confs/nsswitch.conf /etc/
13861386
1387+ # Adjust paramiko to reduce log noise from scans if matching patch is available
1388+ RUN cd $MIG_ROOT/mig/src/paramiko \
1389+ && make patch PLATFORM=el9
1390+
13871391RUN chmod 755 generated-confs/envvars \
13881392 && chmod 755 generated-confs/httpd.conf
13891393
You can’t perform that action at this time.
0 commit comments