From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F1D81382C5 for ; Mon, 14 Dec 2020 03:46:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 142B1E08FF; Mon, 14 Dec 2020 03:46:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA2AAE08FF for ; Mon, 14 Dec 2020 03:46:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69C48340F01 for ; Mon, 14 Dec 2020 03:45:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C273452 for ; Mon, 14 Dec 2020 03:45:35 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1607917143.54879ad8889c65b446e6d090ec1c855bbed22ff2.williamh@gentoo> Subject: [gentoo-commits] proj/baselayout:master commit in: etc/ X-VCS-Repository: proj/baselayout X-VCS-Files: etc/profile X-VCS-Directories: etc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 54879ad8889c65b446e6d090ec1c855bbed22ff2 X-VCS-Branch: master Date: Mon, 14 Dec 2020 03:45:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f0a9a65d-82cc-4499-b693-12ef972bec38 X-Archives-Hash: 081e2ebf37e801e01f051414152c8d20 commit: 54879ad8889c65b446e6d090ec1c855bbed22ff2 Author: William Hubbs gentoo org> AuthorDate: Mon Dec 14 03:39:03 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Dec 14 03:39:03 2020 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=54879ad8 etc/profile: remove umask setting Umask should be set via shadow in /etc/login.defs or via pam. Signed-off-by: William Hubbs gentoo.org> etc/profile | 3 --- 1 file changed, 3 deletions(-) diff --git a/etc/profile b/etc/profile index 2afd51d9..2be4622a 100644 --- a/etc/profile +++ b/etc/profile @@ -15,9 +15,6 @@ fi export EDITOR=${EDITOR:-/bin/nano} export PAGER=${PAGER:-/usr/bin/less} -# 077 would be more secure, but 022 is generally quite realistic -umask 022 - unset ROOTPATH # process *.sh files in /etc/profile.d