From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B068FC34377 for ; Fri, 13 Dec 2019 20:37:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9FF8724715 for ; Fri, 13 Dec 2019 20:37:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=bigon.be header.i=@bigon.be header.b="NHdQ2A6s" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727383AbfLMNZt (ORCPT ); Fri, 13 Dec 2019 08:25:49 -0500 Received: from ithil.bigon.be ([163.172.57.153]:33702 "EHLO ithil.bigon.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727370AbfLMNZt (ORCPT ); Fri, 13 Dec 2019 08:25:49 -0500 Received: from localhost (localhost [IPv6:::1]) by ithil.bigon.be (Postfix) with ESMTP id 83C4F1FFAC for ; Fri, 13 Dec 2019 14:20:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bigon.be; h= content-transfer-encoding:mime-version:x-mailer:message-id:date :date:subject:subject:from:from:received:received:received; s= key1; t=1576243224; x=1578057625; bh=I8g/iGEw2jgXce20FDXTSE3kmOn G3wBVlIOw9tZiIpE=; b=NHdQ2A6sehCv9Lb8/Hh1LyybegWiTbkwuFtC5xQkgxs B6/VqZnNiSTWGk5aKPB/iKr+NNpGBgKz70GrKF/P/4RbuLkkXnub8tZ6jk5CgQNK YPHJR34JfmViCBH3jCQqX95GiKM4K+RAIeTLdzZDJQhqeGIlJF1sh7WoXrBXWDMk = Received: from ithil.bigon.be ([IPv6:::1]) by localhost (ithil.bigon.be [IPv6:::1]) (amavisd-new, port 10026) with ESMTP id xVTnZUwABJPd for ; Fri, 13 Dec 2019 14:20:24 +0100 (CET) Received: from edoras.bigon.be (unknown [193.53.238.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: bigon@bigon.be) by ithil.bigon.be (Postfix) with ESMTPSA for ; Fri, 13 Dec 2019 14:20:24 +0100 (CET) Received: from bigon (uid 1000) (envelope-from bigon@bigon.be) id 2009f by edoras.bigon.be (DragonFly Mail Agent v0.12); Fri, 13 Dec 2019 14:20:23 +0100 From: Laurent Bigonville To: selinux-refpolicy@vger.kernel.org Subject: Add support for apt-cacher-ng Date: Fri, 13 Dec 2019 14:20:13 +0100 Message-Id: <20191213132016.308556-1-bigon@debian.org> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: selinux-refpolicy-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: selinux-refpolicy@vger.kernel.org Hello, Please find here my patches to add support for apt-cacher-ng. I've labeled acngtool differently as it might be used by users as well (apt-cacher-ng is calling it internally) This is based on Russel's work.