From 059b5041dc936c1394f069c62929837cdc7fe971 Mon Sep 17 00:00:00 2001 From: Vincent BENOIT Date: Fri, 23 Dec 2022 10:19:40 +0100 Subject: [PATCH] =?UTF-8?q?ajout=20de=20la=20v=C3=A9rification=20des=20CVE?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/distro/kineintercom.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/kineintercom.conf b/conf/distro/kineintercom.conf index 6831c6f..b41a640 100644 --- a/conf/distro/kineintercom.conf +++ b/conf/distro/kineintercom.conf @@ -64,3 +64,6 @@ RM_WORK_EXCLUDE += "configurateur-frontend python3-jsonschema" # Use extrausers INHERIT += "extrausers" EXTRA_USERS_PARAMS += "usermod -p '\$6\$kineintercom\$PL/XDMsCl7L2Gpb.2WcE9ad8RpoLp9t5jIIs2YGqeCii/UQmRHfJTOIQl3Axx/MmpJnwcetOtJsNSxUqHSx411' root;" + +# Check CVEs +INHERIT += "cve-check"