From owner-svn-ports-all@freebsd.org Mon Dec 26 22:42:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C9E0C920C8; Mon, 26 Dec 2016 22:42:28 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11FD61834; Mon, 26 Dec 2016 22:42:27 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id E6E4920764; Mon, 26 Dec 2016 17:42:26 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Mon, 26 Dec 2016 17:42:26 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=Hcua0gx1jOWcUfxm1Z+KSzSZypU=; b=l1jWavt5O+K4rR34eadX T36xgpuNJFcHGo3pmaKgKupeDoYnBlR9R9T5FqPaLhtNOcLcULIUjigxtg8/lj8x qBvlA8mK09xvN+ieNU67XMNrT/eaXjQpExRt32+lMLs4hvnxlZGSrqfPvHk5bQS1 ipZ/uu47R2BGPeUCEKqw1hI= X-ME-Sender: X-Sasl-enc: bbVK402FbX3/baLVWAfcoe4ILVIAhp6prEkdWHgpZjUb 1482792146 Received: from [172.16.1.172] (unknown [63.162.120.2]) by mail.messagingengine.com (Postfix) with ESMTPA id A9D657E330; Mon, 26 Dec 2016 17:42:26 -0500 (EST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r429561 - in head/net-p2p: . couchpotato couchpotato/files From: Mark Felder X-Mailer: iPhone Mail (14C92) In-Reply-To: <0f5fe5f2-53e8-3e82-2d99-b14d0676cc54@FreeBSD.org> Date: Mon, 26 Dec 2016 16:42:26 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <44EC62AE-125E-4170-82AA-6B68360B7CC7@FreeBSD.org> References: <201612261814.uBQIEN4I038539@repo.freebsd.org> <0f5fe5f2-53e8-3e82-2d99-b14d0676cc54@FreeBSD.org> To: Mathieu Arnold X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2016 22:42:28 -0000 > On Dec 26, 2016, at 15:33, Mathieu Arnold wrote: >=20 >> Le 26/12/2016 =C3=A0 19:14, Mark Felder a =C3=A9crit : >> +: ${couchpotato_user:=3Dnobody} >=20 > I think this is wrong, nobody should never be used for anything. >=20 Hmm. I was trying to avoid creating a user, but I think you're right; you ca= n't trust users won't run many things as nobody. It will end up as a shared u= ser account with security consequences. Thanks for the feedback.=