Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 21AF5C636D3 for ; Mon, 6 Feb 2023 15:08:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230410AbjBFPIf (ORCPT ); Mon, 6 Feb 2023 10:08:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48458 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229735AbjBFPId (ORCPT ); Mon, 6 Feb 2023 10:08:33 -0500 Received: from mail-qt1-x844.google.com (mail-qt1-x844.google.com [IPv6:2607:f8b0:4864:20::844]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C9543234C1 for ; Mon, 6 Feb 2023 07:08:21 -0800 (PST) Received: by mail-qt1-x844.google.com with SMTP id m12so13085990qth.4 for ; Mon, 06 Feb 2023 07:08:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ieee.org; s=google; h=content-transfer-encoding:to:content-language:subject:from :user-agent:mime-version:date:message-id:from:to:cc:subject:date :message-id:reply-to; bh=F7tqVFEp8KFWKd2c7CBd2KpnmW9qK2rwkTtRrZhSks0=; b=BU1otqkdQkkRh1V5JZ0WDmkhsTkC9wyCGG5THThWxwowzGctRFX2sLYp5kfpMd9dKL unExLQqVHGcGcEpN9r1KOJweDptGE7OGTQtXbDMjfMwBa4bva5Qoobc6UN+6BOZVMJYW tez7zsA/4Yg13K0icA2ae/HHybt9Vl585jBhU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:to:content-language:subject:from :user-agent:mime-version:date:message-id:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=F7tqVFEp8KFWKd2c7CBd2KpnmW9qK2rwkTtRrZhSks0=; b=g15QREnuQ/y2F/c3UbswL0Iegk69QY3WpVla+YVwZIevUt0IwLGo71aOnUkpndLHZb qj2PX3IXkZhtfeunvtt9R4d3p6cvpoUaYa/1gxmVORnwszgX47K47GfWEDY/9uV4SGRT SPJw2j60JXANEpGSF9h2gQB/A9Yzm1zySrXxaq7oqqN44MwemGAOFD9CgOhyvGw6r/N2 KrAE6Kv94IUd9OikNk34MMT081+YDT2L1SPKHCOs/W0jEE9QpI/NvwXYzbWWnDUVPDVE YisPMnIqsE1604uzdvWJ2WvKP8qnkWfC1h2MtRYnmsrWX9HcFKK+JazxGd1Besf/Af76 0IUw== X-Gm-Message-State: AO0yUKWUXTb0EOQqlNVV60eMEchhV5jMeVAuCfDhC0Pwp02yTEDTR0Xl OnZYReOxotoT2BEPVLEvXKxO0Q== X-Google-Smtp-Source: AK7set8BwSfkNnnTrh+ut/k9LYZhoz5k+1aIdymAglV2Usb7LuQkF5U0mcEtI0rUvySYYffHYTAOyw== X-Received: by 2002:ac8:5ac2:0:b0:3b8:4e37:50ea with SMTP id d2-20020ac85ac2000000b003b84e3750eamr38070878qtd.58.1675696100285; Mon, 06 Feb 2023 07:08:20 -0800 (PST) Received: from ?IPV6:2601:145:c200:a0a:3c0c:9831:4006:489c? ([2601:145:c200:a0a:3c0c:9831:4006:489c]) by smtp.gmail.com with ESMTPSA id j6-20020ac84c86000000b003b642c7c772sm7312159qtv.71.2023.02.06.07.08.19 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 06 Feb 2023 07:08:19 -0800 (PST) Message-ID: <988e8169-e701-80c8-2b95-5fb2cc03e015@ieee.org> Date: Mon, 6 Feb 2023 10:08:18 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 From: Chris PeBenito Subject: ANN: SETools 4.4.1 Content-Language: en-US To: SElinux mailing list , SELinux Reference Policy mailing list Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: selinux-refpolicy@vger.kernel.org An new release of SETools is available: https://github.com/SELinuxProject/setools/releases/tag/4.4.1 Changes: * Replace deprecated NetworkX function use in information flow and domain transition analysis. This function was removed in NetworkX 3.0. * Fix bug in apol copy and cut functions when copying from a tree view. * Fix bug with extended permission set construction when a range includes 0x0. * Add sesearch -Sp option for permission subset match. * Fix error in man page description for sesearch -ep option. * Improve output stability in constraint, common, class, role, and user queries. * Updated permission map. * Fix bug in sechecker parsing of multiline values. * Other code cleanups not visible to users.