From noreply@github.com Tue Nov 12 10:40:47 2019 From: Lars To: checkmk-commits@lists.checkmk.com Subject: [checkmk-commits] [tribe29/checkmk] be7ef3: 10429 FIX Prevent tgz packages from modifying exis... Date: Tue, 12 Nov 2019 01:40:45 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2388583613620992727==" --===============2388583613620992727== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Branch: refs/heads/1.6.0 Home: https://github.com/tribe29/checkmk Commit: be7ef34d53b30ae8b9d9f40866cbac552262e11c https://github.com/tribe29/checkmk/commit/be7ef34d53b30ae8b9d9f40866cba= c552262e11c Author: Andreas Umbreit Date: 2019-11-12 (Tue, 12 Nov 2019) Changed paths: A .werks/10429 Log Message: ----------- 10429 FIX Prevent tgz packages from modifying existing directories This is a regression since Werk#6711. When unpacking as root (as it is normally done), the .tar.gz agent packages f= rom agent bakery would modify access rights on existing directories like /etc and /usr/lib to = have an access level of 0 (no access) on "others" (e.g. 755 changes to 750). This bug is now fixed with this werk, as the agent bakery temporarily modifie= s it's umask when baking the .tar.gz agent packages. CMK-3163 Change-Id: I93909ae956ea84947221f2088c99276001406b74 --===============2388583613620992727==--