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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A82CBC6FD1C for ; Fri, 24 Mar 2023 18:10:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230426AbjCXSKQ (ORCPT ); Fri, 24 Mar 2023 14:10:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232554AbjCXSKN (ORCPT ); Fri, 24 Mar 2023 14:10:13 -0400 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 7F54A5B91 for ; Fri, 24 Mar 2023 11:10:12 -0700 (PDT) Received: from [192.168.254.22] (unknown [68.33.139.110]) by linux.microsoft.com (Postfix) with ESMTPSA id CBCC920FC447 for ; Fri, 24 Mar 2023 11:10:11 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com CBCC920FC447 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1679681412; bh=iygAOm91tpzG9+RvsM59lI+vIlTgDxtd9PJdw8wwnLQ=; h=Date:To:From:Subject:From; b=B82GPMGSq9CNGpoj7VkHE6Fq/5tecNjH68Wpk/i6kUKiBfdN4un8AyHdw8q3eJH7E 6oZlC45p40AdaY/yOFwcTfSDmElPU5t8nhQUtsEkr66RGztOduq+KknvU4fmNgg2EC CN4A/DI5vsNIxqGzksrgu8uGBForbFr64mVGGyKQ= Message-ID: Date: Fri, 24 Mar 2023 14:10:10 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 To: selinux-refpolicy@vger.kernel.org Content-Language: en-US From: Chris PeBenito Subject: [refpolicy3 RFC] Drop suffixes? 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 I am considering dropping the suffixes from users, roles, and types. init_t would become init, user_r would become user, etc. Thoughts? -- Chris PeBenito