[docker-rainloop] Set SECLEVEL to 1
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [docker-rainloop] Set SECLEVEL to 1
- Date: Tue, 1 Feb 2022 18:46:28 +0000 (UTC)
commit 3e10f41aaccd550bbbdedaf57dc5b1bde153f66a
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Tue Feb 1 19:46:23 2022 +0100
Set SECLEVEL to 1
Dockerfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 9434801..9150d3f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,8 @@ RUN apt-get update && apt-get install -y libpq-dev && \
RUN sed -ri -e "s!/var/www/html!/rainloop!g" /etc/apache2/sites-available/*.conf && \
sed -ri -e "s!/var/www/!/rainloop!g" /etc/apache2/apache2.conf /etc/apache2/conf-available/*.conf && \
sed -ri -e 's/:80/:8000/g' /etc/apache2/sites-available/000-default.conf && \
- sed -ri -e 's/80/8000/g' /etc/apache2/ports.conf
+ sed -ri -e 's/80/8000/g' /etc/apache2/ports.conf && \
+ sed -ri -e 's/DEFAULT@SECLEVEL=2/DEFAULT@SECLEVEL=1/' /etc/ssl/openssl.cnf
RUN apt-get update && \
apt-get install -y unzip wget && \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]