Message ID | 20181213141739.8534-1-omosnace@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <selinux-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B6C0613BF for <patchwork-selinux@patchwork.kernel.org>; Thu, 13 Dec 2018 14:19:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A71712BDF1 for <patchwork-selinux@patchwork.kernel.org>; Thu, 13 Dec 2018 14:19:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9B19F2C0F4; Thu, 13 Dec 2018 14:19:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 089612BDF1 for <patchwork-selinux@patchwork.kernel.org>; Thu, 13 Dec 2018 14:19:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728517AbeLMOTU (ORCPT <rfc822;patchwork-selinux@patchwork.kernel.org>); Thu, 13 Dec 2018 09:19:20 -0500 Received: from mail-wm1-f68.google.com ([209.85.128.68]:35850 "EHLO mail-wm1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727791AbeLMOTU (ORCPT <rfc822;selinux@vger.kernel.org>); Thu, 13 Dec 2018 09:19:20 -0500 Received: by mail-wm1-f68.google.com with SMTP id a18so2583536wmj.1 for <selinux@vger.kernel.org>; Thu, 13 Dec 2018 06:19:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=ZdnQOtY2wTAGFXdGaMR5ArMi5mB6CbdMI14JswuOR14=; b=rRRkL2e4mx+ogtrYwDSfdwvTfUiDJvych253D9Q/BekUFFZcT65mHqvXzZeMs4tGMz 86BU1pvC0QYrZvQq/FO7HRTQc6ak7l2yr+OiruNmmezFVV6FF+2umKVKs3JiKLZlmOyE ssjwnPWam4OmWxZqJbZcQ9oCy1NTw0hRHLmultSnhd3cENp/6VvIEdJoGL4AJ8awV1Ma ETCLNr66khL2TYxhmiKNfXA7OtvKnsK590MxUyDkj2Ke/piCEnMUGLEH+seQlOlAEIqh dimLO1T9sytkaNFJJZNJvZVM0VTjTvpbVXbQcRtDndUXvtIzBSKwIDJzNSD/DZ3mqmjA ExPA== X-Gm-Message-State: AA+aEWbRCGe/LM00YRkAPnTVa3lPR5Bi7zv+wGGCioWg1GVRVfFqppv3 Lb1sBJ3lh3X5J8mc4Zah7jTeOstBQUI= X-Google-Smtp-Source: AFSGD/XFItuZBF3HI+jzk17FOR6A5oyW30XB01YCtKnTl92JsD4acvGUPDJ3T56CPxP62dCXR1/cPA== X-Received: by 2002:a1c:de57:: with SMTP id v84mr10116304wmg.55.1544710758203; Thu, 13 Dec 2018 06:19:18 -0800 (PST) Received: from localhost.localdomain.com (nat-pool-brq-t.redhat.com. [213.175.37.10]) by smtp.gmail.com with ESMTPSA id e16sm2544750wrn.72.2018.12.13.06.19.17 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 13 Dec 2018 06:19:17 -0800 (PST) From: Ondrej Mosnacek <omosnace@redhat.com> To: selinux@vger.kernel.org, Paul Moore <paul@paul-moore.com>, cgroups@vger.kernel.org, Tejun Heo <tj@kernel.org> Cc: Stephen Smalley <sds@tycho.nsa.gov>, Li Zefan <lizefan@huawei.com>, Johannes Weiner <hannes@cmpxchg.org>, Ondrej Mosnacek <omosnace@redhat.com> Subject: [RFC PATCH 0/3] Fix SELinux context mount with the cgroup filesystem Date: Thu, 13 Dec 2018 15:17:36 +0100 Message-Id: <20181213141739.8534-1-omosnace@redhat.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: selinux-owner@vger.kernel.org Precedence: bulk List-ID: <selinux.vger.kernel.org> X-Mailing-List: selinux@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
Fix SELinux context mount with the cgroup filesystem
|
expand
|