Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752047AbcKGVrp (ORCPT ); Mon, 7 Nov 2016 16:47:45 -0500 Received: from [65.99.196.166] ([65.99.196.166]:58692 "EHLO namei.org" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751670AbcKGVrn (ORCPT ); Mon, 7 Nov 2016 16:47:43 -0500 Date: Tue, 8 Nov 2016 08:45:14 +1100 (AEDT) From: James Morris To: David Graziano cc: golbi@mat.uni.torun.pl, michal.wronski@gmail.com, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, sds@tycho.nsa.gov, seth.forshee@canonical.com, ebiederm@xmission.com Subject: Re: [PATCH 1/1 V2] mqueue: Implment generic xattr support In-Reply-To: <1478551587-33892-1-git-send-email-david.graziano@rockwellcollins.com> Message-ID: References: <1478551587-33892-1-git-send-email-david.graziano@rockwellcollins.com> User-Agent: Alpine 2.20 (LRH 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 586 Lines: 17 On Mon, 7 Nov 2016, David Graziano wrote: > This patch adds support for generic extended attributes within the > POSIX message queues filesystem and setting them by consulting the LSM. > This is needed so that the security.selinux extended attribute can be > set via a SELinux named type transition on file inodes created within > the filesystem. The implementation and LSM call back function are based > off tmpfs/shmem. > > Signed-off-by: David Graziano Acked-by: James Morris -- James Morris