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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 4E989C433B4 for ; Tue, 20 Apr 2021 13:32:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 18A9661077 for ; Tue, 20 Apr 2021 13:32:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232477AbhDTNcd (ORCPT ); Tue, 20 Apr 2021 09:32:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232456AbhDTNcd (ORCPT ); Tue, 20 Apr 2021 09:32:33 -0400 X-Greylist: delayed 14110 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 20 Apr 2021 06:32:02 PDT Received: from smtp.sws.net.au (smtp.sws.net.au [IPv6:2a01:4f8:140:71f5::dada:cafe]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2CC96C06174A for ; Tue, 20 Apr 2021 06:32:02 -0700 (PDT) Received: from xev.coker.com.au (localhost [127.0.0.1]) by smtp.sws.net.au (Postfix) with ESMTP id E190AFB1E; Tue, 20 Apr 2021 23:31:59 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=coker.com.au; s=2008; t=1618925520; bh=pwpnOW43BxRGa7wxd5xOnK8LLOZMNMPBguR+KkF47Fc=; l=954; h=From:To:Reply-To:Cc:Subject:Date:In-Reply-To:References:From; b=bG2JOUa3/VA+RAgoUJk4K1vJQaJVzmk5ScSCfDnTJhp2Ia/OxddVaN2JLgLUiJMi/ Z2dTGDdccMj7vQR7QIxj84PyhSMysUyimLML9MgzpRQpSpAH34HdWsJOiAlxhqNGGD Klb63zzdjOkW8jjJuMes9vZtbEmZtc74OsdetihM= Received: by xev.coker.com.au (Postfix, from userid 1001) id 4BA51141BC35; Tue, 20 Apr 2021 23:31:55 +1000 (AEST) From: Russell Coker To: Matej Marusak Reply-To: russell@coker.com.au Cc: selinux-refpolicy@vger.kernel.org Subject: Re: [PATCH] cockpit web admin system Date: Tue, 20 Apr 2021 23:31:55 +1000 Message-ID: <1637645.KEFvsIcdD4@xev> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: selinux-refpolicy@vger.kernel.org On Tuesday, 20 April 2021 10:48:32 PM AEST Matej Marusak wrote: > As a Cockpit developer I would like to mention that Cockpit will ship its > own policy very soon - it will be the same one that is currently in rawhide > and it is possible it will involve over time. It will be shipped with > priority 200 to suppress policy that is shipped by default. > We first ship it in Fedora-33 and newer as well as rhel-9 and newer. We > have a plan to ship it in Debian as well. Other OSes may come later. > > This is being developed in [1]. > > MM > > [1] https://github.com/cockpit-project/cockpit/pull/15707 The same policy won't work for Red Hat and for Refpolicy systems (including Debian). Many interfaces have different names and some interfaces do different things. You will have to ship 2 policies if you want to support Red Hat and the rest. -- My Main Blog http://etbe.coker.com.au/ My Documents Blog http://doc.coker.com.au/