Message ID | 20210924192442.916927-1-vgoyal@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-security-module-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7499C433F5 for <linux-security-module@archiver.kernel.org>; Fri, 24 Sep 2021 19:25:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8B37A610CB for <linux-security-module@archiver.kernel.org>; Fri, 24 Sep 2021 19:25:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346575AbhIXT0h (ORCPT <rfc822;linux-security-module@archiver.kernel.org>); Fri, 24 Sep 2021 15:26:37 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]:50733 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346534AbhIXT0h (ORCPT <rfc822;linux-security-module@vger.kernel.org>); Fri, 24 Sep 2021 15:26:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1632511503; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=/PIrdaQ3mTr2jUUovAmAPxxxH+2EzMe5cu2pNMdSelk=; b=gNLhSkhO1y4/JuAvyuSNkvan0OCyFWAcTQTNVo6el/uZyisIBL1curdL8FZbN2KNvTtr+q GeBU2LesjiEmFxDwe6YLZ+WvM1ytIyjFxFbPPuUmD6moyYQLTZZJ/L+0C0GJkB9nvNlNMe duyN/r8lU3gSQaOUQ2eNa6MvnZVQi1k= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-7-gOD2J--zOuGk25l4esDDIA-1; Fri, 24 Sep 2021 15:25:02 -0400 X-MC-Unique: gOD2J--zOuGk25l4esDDIA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id AAEE78145E6; Fri, 24 Sep 2021 19:25:00 +0000 (UTC) Received: from horse.redhat.com (unknown [10.22.32.185]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0E4845C1A3; Fri, 24 Sep 2021 19:24:57 +0000 (UTC) Received: by horse.redhat.com (Postfix, from userid 10451) id 5D275222E4F; Fri, 24 Sep 2021 15:24:56 -0400 (EDT) From: Vivek Goyal <vgoyal@redhat.com> To: linux-fsdevel@vger.kernel.org, virtio-fs@redhat.com, selinux@vger.kernel.org, linux-security-module@vger.kernel.org Cc: chirantan@chromium.org, vgoyal@redhat.com, miklos@szeredi.hu, stephen.smalley.work@gmail.com, dwalsh@redhat.com Subject: [PATCH 0/2] fuse: Send file/inode security context during creation Date: Fri, 24 Sep 2021 15:24:40 -0400 Message-Id: <20210924192442.916927-1-vgoyal@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Precedence: bulk List-ID: <linux-security-module.vger.kernel.org> |
Series |
fuse: Send file/inode security context during creation
|
expand
|