From patchwork Fri Mar 24 08:47:43 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?J=C3=B6rg_Krause?= X-Patchwork-Id: 743100 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vqHB94xZMz9s86 for ; Fri, 24 Mar 2017 19:48:01 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=embedded.rocks header.i=@embedded.rocks header.b="ekdJVrCe"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id D9A0D868D3; Fri, 24 Mar 2017 08:47:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ws5u2ZKqiWUM; Fri, 24 Mar 2017 08:47:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 67A568685B; Fri, 24 Mar 2017 08:47:56 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id D68EE1C151D for ; Fri, 24 Mar 2017 08:47:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id D17B92309E for ; Fri, 24 Mar 2017 08:47:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s2QEB0z6eFCn for ; Fri, 24 Mar 2017 08:47:53 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.142]) by silver.osuosl.org (Postfix) with ESMTPS id 5EFCF23093 for ; Fri, 24 Mar 2017 08:47:53 +0000 (UTC) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3vqH9x6JTfz105q for ; Fri, 24 Mar 2017 09:47:49 +0100 (CET) Authentication-Results: mail.embedded.rocks (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=embedded.rocks DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embedded.rocks; h=content-transfer-encoding:content-type:content-type :mime-version:x-mailer:message-id:date:date:subject:subject:from :from:received:received; s=default; t=1490345268; x=1490950069; bh=FT9lziUH9fJBwmnVKZxGAwcKAdGkRWky7nGMt5c91Z8=; b=ekdJVrCecfp+ eTDXeRyKCykHdFAWodJyjiVT2DcvNfnZOJmnSptXT37ZpTdFUEPhD4VwDuIeIQFZ E/3YHbFrqljOjD5I/xhmI1jUTo5JlYu8rZDuCPxLD3q9aTu8Eg4eSkvgED2FP8vC DqrXZEGovFsjEYxE92qnS31/H8rk0x33R8lcb/jh9wA+s493zeNkjQ/zO9zhKUoP amQBJwWg1fKksevrd1QIEr/8LtVlebTPlC1CLE4CadGzTLZbiUffeTnOEB7xnUMc QPCB8AQUyRcN148sFfqE/OC1ZBhrV6lMyOjQPJaZsWBUMXYgUGMK2h0geIxkih0G TzZCURWrOQ== Received: from mail.embedded.rocks ([127.0.0.1]) by localhost (mail.embedded.rocks [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vm_Y38KaS4z7; Fri, 24 Mar 2017 09:47:48 +0100 (CET) Received: from nzxt.fritz.box (x4d021322.dyn.telefonica.de [77.2.19.34]) (Authenticated sender: joerg.krause@embedded.rocks) by mail.embedded.rocks (Postfix) with ESMTPSA; Fri, 24 Mar 2017 09:47:48 +0100 (CET) From: =?UTF-8?q?J=C3=B6rg=20Krause?= To: buildroot@buildroot.org Date: Fri, 24 Mar 2017 09:47:43 +0100 Message-Id: <20170324084743.1233-1-joerg.krause@embedded.rocks> X-Mailer: git-send-email 2.12.1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] upmpdcli: add user to the audio group 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" upmpdcli runs as user and group upmpdcli. In order to allow it to access the ALSA devices add it to the audio group. Signed-off-by: Jörg Krause --- package/upmpdcli/upmpdcli.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/upmpdcli/upmpdcli.mk b/package/upmpdcli/upmpdcli.mk index 83efa0530..a9b057d82 100644 --- a/package/upmpdcli/upmpdcli.mk +++ b/package/upmpdcli/upmpdcli.mk @@ -12,7 +12,7 @@ UPMPDCLI_DEPENDENCIES = host-pkgconf libmpdclient libupnpp libmicrohttpd jsoncpp # Upmpdcli only runs if user upmpdcli exists define UPMPDCLI_USERS - upmpdcli -1 upmpdcli -1 * - - - Upmpdcli MPD UPnP Renderer Front-End + upmpdcli -1 upmpdcli -1 * - - audio Upmpdcli MPD UPnP Renderer Front-End endef define UPMPDCLI_INSTALL_INIT_SYSV