From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tycho Andersen Subject: port of audit to Alpine Linux/MUSL Date: Mon, 13 Mar 2017 17:14:31 -0700 Message-ID: <20170314001434.8082-1-tycho@docker.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (ext-mx04.extmail.prod.ext.phx2.redhat.com [10.5.110.28]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v2E0EoI1020187 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 13 Mar 2017 20:14:50 -0400 Received: from mail-pg0-f45.google.com (mail-pg0-f45.google.com [74.125.83.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 11CFA85547 for ; Tue, 14 Mar 2017 00:14:50 +0000 (UTC) Received: by mail-pg0-f45.google.com with SMTP id 77so73155775pgc.1 for ; Mon, 13 Mar 2017 17:14:49 -0700 (PDT) Received: from docker.docker.com (50-233-46-98-static.hfc.comcastbusiness.net. [50.233.46.98]) by smtp.gmail.com with ESMTPSA id f125sm34717637pfc.4.2017.03.13.17.14.47 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Mar 2017 17:14:47 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com Hi, I'm interested in creating an audit package for Alpine Linux, which uses MUSL libc. MUSL doesn't provide some of the GLIBC extensions, so here's some patches that remove the need for those extensions. Thoughts welcome, Tycho [Please keep me in CC, I'm not on the list]