From patchwork Mon Oct 27 18:18:57 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 403725 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 75D04140081 for ; Tue, 28 Oct 2014 05:19:53 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AF7EA89C10; Mon, 27 Oct 2014 18:19:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mwhE6QgzgXz9; Mon, 27 Oct 2014 18:19:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 03EC5927B1; Mon, 27 Oct 2014 18:19:49 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 85D9C1CEDFE for ; Mon, 27 Oct 2014 18:19:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 813DD92703 for ; Mon, 27 Oct 2014 18:19:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bldBKXwIvdtG for ; Mon, 27 Oct 2014 18:19:44 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1886F926E4 for ; Mon, 27 Oct 2014 18:19:43 +0000 (UTC) Received: from asgard (cpe-186-23-17-245.telecentro-reversos.com.ar [186.23.17.245] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id s9RIJbDd015977 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 27 Oct 2014 18:19:40 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1414433982; bh=2S4leoflh3OsG7nmAxrjPVvCJaMC9GfMjCekZxY4OwU=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Nh9Apq2Cmz8KoVPWetPo95ID2d76Ukw5jHYrQ2JYfAlk+Z3As15XYwlHWjtnbbryd zRlWqMzSBkBE/WKiRDtAe7d8c0MRUTVsCZBTA1PTR1iDT1ETjuuHsqsDkAPuKeGBgF gwtsJwoPuAXO2GfIGmNBzrB6WZA5UAFEhRqxx31E= Received: by asgard (sSMTP sendmail emulation); Mon, 27 Oct 2014 15:19:32 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 27 Oct 2014 15:18:57 -0300 Message-Id: <1414433941-5778-4-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.4 In-Reply-To: <1414433941-5778-1-git-send-email-gustavo@zacarias.com.ar> References: <1414433941-5778-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.4 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 4/8] system/skeleton: drop proxy user X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" AFAIK no package uses it and even if it did it would belong there. And it's not a standard user either. Signed-off-by: Gustavo Zacarias --- system/skeleton/etc/passwd | 1 - 1 file changed, 1 deletion(-) diff --git a/system/skeleton/etc/passwd b/system/skeleton/etc/passwd index 2e7e77a..dc78581 100644 --- a/system/skeleton/etc/passwd +++ b/system/skeleton/etc/passwd @@ -4,7 +4,6 @@ bin:x:2:2:bin:/bin:/bin/sh sys:x:3:3:sys:/dev:/bin/sh sync:x:4:100:sync:/bin:/bin/sync mail:x:8:8:mail:/var/spool/mail:/bin/sh -proxy:x:13:13:proxy:/bin:/bin/sh www-data:x:33:33:www-data:/var/www:/bin/sh operator:x:37:37:Operator:/var:/bin/sh ftp:x:83:83:ftp:/home/ftp:/bin/sh