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 8F0E4138BC0 for ; Mon, 24 Oct 2016 10:51:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4848E080D; Mon, 24 Oct 2016 10:51:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B70A8E080D for ; Mon, 24 Oct 2016 10:51:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 519743416A0 for ; Mon, 24 Oct 2016 10:51:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51D2E304 for ; Mon, 24 Oct 2016 10:51:47 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1477306301.dbda37edb372557471ce7e062bcc0d6e7eea8a21.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/prefix/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/prefix/make.defaults X-VCS-Directories: profiles/features/prefix/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: dbda37edb372557471ce7e062bcc0d6e7eea8a21 X-VCS-Branch: master Date: Mon, 24 Oct 2016 10:51:47 +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-Archives-Salt: 1b74dc42-d7db-45ea-84f8-a5f5dfc022f5 X-Archives-Hash: 68f44f7acf32a340c4396909a3935b88 commit: dbda37edb372557471ce7e062bcc0d6e7eea8a21 Author: Benda Xu gentoo org> AuthorDate: Mon Oct 24 10:50:58 2016 +0000 Commit: Benda XU gentoo org> CommitDate: Mon Oct 24 10:51:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbda37ed profiles/features/prefix/make.defaults: disable user* features. profiles/features/prefix/make.defaults | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/features/prefix/make.defaults b/profiles/features/prefix/make.defaults index 68835e0..4de59fd 100644 --- a/profiles/features/prefix/make.defaults +++ b/profiles/features/prefix/make.defaults @@ -17,7 +17,11 @@ USE="-xattr" # # If in the future, there does exist a working sandbox implementation then it # should be enabled on a per-profile basis only. -FEATURES="${FEATURES} -sandbox" +FEATURES="${FEATURES} -sandbox -usersandbox" + +# Prefix does not have user management and the security model does not apply. +# Disable user* features by default. +FEATURES="${FEATURES} -userpriv -userfetch -usersync" # this probably already is like this, but we assure that in prefix we # have a GNU userland