From patchwork Wed May 20 15:25:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Roberts, William C" X-Patchwork-Id: 11560583 X-Patchwork-Delegate: omosnacek@gmail.com Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2582F60D for ; Wed, 20 May 2020 15:26:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 18C2220708 for ; Wed, 20 May 2020 15:26:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726720AbgETPZ7 (ORCPT ); Wed, 20 May 2020 11:25:59 -0400 Received: from mga02.intel.com ([134.134.136.20]:54150 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726688AbgETPZ4 (ORCPT ); Wed, 20 May 2020 11:25:56 -0400 IronPort-SDR: yKTvXD9LgL1EbKhG8KOOIuN0tlXNyTOF/WTVCD8Yay1HMbmxLKGzqf7K3DiviLOy2zKiVTYO+v 7+r8fkGkflsQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 May 2020 08:25:44 -0700 IronPort-SDR: qRwSzJ7DAjLy2g+7TEioQUAsS+nUHl1m+k5Qu2tVi+o8vq1KCPt2tLDX3+1XXTn+3YvhPBOoSt 9FkT6USTWTqA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,414,1583222400"; d="scan'208";a="255047564" Received: from wyueh-mobl.amr.corp.intel.com (HELO localhost.localdomain) ([10.255.231.134]) by fmsmga008.fm.intel.com with ESMTP; 20 May 2020 08:25:43 -0700 From: william.c.roberts@intel.com To: selinux@vger.kernel.org Cc: William Roberts Subject: [PATCH] README: Add kernel-modules for SCTP Date: Wed, 20 May 2020 10:25:38 -0500 Message-Id: <20200520152538.23184-1-william.c.roberts@intel.com> X-Mailer: git-send-email 2.17.1 Sender: selinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: selinux@vger.kernel.org From: William Roberts Some Fedora images, notably the Fedora 32 cloud image, do not have the kernel modules package installed by default. Thus SCTP isn't available. Add the proper kernel-modules package for the running kernel. Note: This applies to selinux-testsuite. Signed-off-by: William Roberts --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bec9fe85c91..1a4c70c40d56 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,8 @@ following command: kernel-devel-$(uname -r) \ quota \ xfsprogs-devel \ - libuuid-devel + libuuid-devel \ + kernel-modules-$(uname -r) #### Debian