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=-4.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,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 227BDC32792 for ; Mon, 30 Sep 2019 10:48:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EA8FB206BB for ; Mon, 30 Sep 2019 10:48:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="LPLukUkL" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730822AbfI3Ks6 (ORCPT ); Mon, 30 Sep 2019 06:48:58 -0400 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:52723 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730629AbfI3Ks6 (ORCPT ); Mon, 30 Sep 2019 06:48:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1569840537; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=D5WnSw4E4mBZcAc1MVnqKEtF9zBywlJOmxVMcKWLQ/g=; b=LPLukUkLv1pXZSssirczETUU2k3yqJLdXdrXDTQ876KM670y+fC4xGM2d/FTGxHiP4EymT 1DDdH7COO9hC2JF2N3jg+ZSCRkpOwseRhFQeBHcd49/NUoxADuKoIa3Cs8A7zZxTp5QOiB 42i6CmyW5TTVfaLgy/lfflNZyh7tEhk= Received: from mail-wr1-f70.google.com (mail-wr1-f70.google.com [209.85.221.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-243-yKnI9lfNPdiliQuK65PUUw-1; Mon, 30 Sep 2019 06:48:55 -0400 Received: by mail-wr1-f70.google.com with SMTP id h6so4327022wrh.6 for ; Mon, 30 Sep 2019 03:48:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=99PVVOe2ztmYixphvfaHVYPNsSUapX5KMlI4L/Mxq0I=; b=NHN0GJQm5z0NvNaFPqQsbwIsvT68gIHHFRDt7PuXbuQacaLxcmpShAqHoTibgra0kc UNG6o7N6xZQbgPlzBlU89O8c8+cbD1KsRgkGvBSX/nQ2lboTzYR23JPTBg+vrBp/7ENW WLi8bymZM30lLtxVvqfWziCY2nWwi7acgVaYziO33ybj5M4vZ6lLR1wSgHzCGgdQs+sq ifkkjtxXtwdTlopetyBkstMRfLLwImU/KTTHcemFzE3mq6Dqnjl/oiL2L0zYSVOUlCK+ jA29cJ0eNMpPeKbxXu5WZf13SLwo/ZhS3iALKRgdTZV314CFZNpSESfjxp5aIENevSdv s3WA== X-Gm-Message-State: APjAAAWavomuVgATWX6saofCR/N/NMlBxqGsk0V5EAnmtBfvYIMHiMKx SZskVSNGQIzEb4URTJ0ZX6WR6atxvorYbOdsGcoDVU6vvTI4LsRbkt2w8TgLRF0wHE2jwog6kBw O3rzQrBUN0+Lo8d66nA== X-Received: by 2002:adf:db83:: with SMTP id u3mr10364105wri.36.1569840533897; Mon, 30 Sep 2019 03:48:53 -0700 (PDT) X-Google-Smtp-Source: APXvYqw7+mW3nteLyBWTzBPD5tVUV/SUI3jjtdGrAmBSYbNpRpqhATZCPEgDQtxJLfJ6o6m9x8IRbw== X-Received: by 2002:adf:db83:: with SMTP id u3mr10364091wri.36.1569840533659; Mon, 30 Sep 2019 03:48:53 -0700 (PDT) Received: from localhost.localdomain.com (nat-pool-brq-t.redhat.com. [213.175.37.10]) by smtp.gmail.com with ESMTPSA id i73sm27081254wmg.33.2019.09.30.03.48.52 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Sep 2019 03:48:52 -0700 (PDT) From: Ondrej Mosnacek To: selinux@vger.kernel.org Subject: [PATCH testsuite 0/3] Fix refpolicy build & build test_policy.pp in Travis Date: Mon, 30 Sep 2019 12:48:47 +0200 Message-Id: <20190930104850.5482-1-omosnace@redhat.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-MC-Unique: yKnI9lfNPdiliQuK65PUUw-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Sender: selinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: selinux@vger.kernel.org This series fixes the remaining test_policy.pp build errors under refpolicy and enables building the test policy under both Fedora policy and refpolicy in Travis CI. Ondrej Mosnacek (3): policy: consolidate macros for home dirs access policy: add fallbacks for Fedora-specific macros travis: test building the test policy package .travis.yml | 24 ++++++++++++++++++-- policy/test_overlayfs.te | 6 ++--- policy/test_policy.if | 23 +++++++++++++++++-- travis-ci/enable-policy.sh | 10 +++++++++ travis-ci/setup-policy-fedora.sh | 35 +++++++++++++++++++++++++++++ travis-ci/setup-policy-refpolicy.sh | 22 ++++++++++++++++++ 6 files changed, 112 insertions(+), 8 deletions(-) create mode 100644 travis-ci/enable-policy.sh create mode 100644 travis-ci/setup-policy-fedora.sh create mode 100644 travis-ci/setup-policy-refpolicy.sh --=20 2.21.0