From patchwork Mon Feb 18 18:47:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Dickson X-Patchwork-Id: 2159951 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 669213FDF1 for ; Mon, 18 Feb 2013 18:50:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754846Ab3BRStY (ORCPT ); Mon, 18 Feb 2013 13:49:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:8059 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754854Ab3BRSsV (ORCPT ); Mon, 18 Feb 2013 13:48:21 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r1IImHM4001408 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 18 Feb 2013 13:48:18 -0500 Received: from bighat.boston.devel.redhat.com ([10.16.60.55]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r1IIlu7Y018337; Mon, 18 Feb 2013 13:48:16 -0500 From: Steve Dickson To: Trond Myklebust , "J. Bruce Fields" , "David P. Quigley" Cc: Linux NFS list , Linux FS devel list , Linux Security List , SELinux List Subject: [PATCH 14/14] Kconfig: Add Kconfig entry for Labeled NFS V4 server Date: Mon, 18 Feb 2013 13:47:56 -0500 Message-Id: <1361213276-17962-15-git-send-email-SteveD@redhat.com> In-Reply-To: <1361213276-17962-1-git-send-email-SteveD@redhat.com> References: <1361213276-17962-1-git-send-email-SteveD@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org From: Steve Dickson This patch adds the NFSd_V4_SECURITY_LABEL entry which enables security label support for the NFSv4 server Signed-off-by: Steve Dickson --- fs/nfsd/Kconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig index 8df1ea4..a569dc1 100644 --- a/fs/nfsd/Kconfig +++ b/fs/nfsd/Kconfig @@ -81,6 +81,22 @@ config NFSD_V4 If unsure, say N. +config NFSD_V4_SECURITY_LABEL + bool "Provide Security Label support for NFSv4 server" + depends on NFSD_V4 && SECURITY + help + + Say Y here if you want enable fine-grained security label attribute + support for NFS version 4. Security labels allow security modules like + SELinux and Smack to label files to facilitate enforcement of their policies. + Without this an NFSv4 mount will have the same label on each file. + + If you do not wish to enable fine-grained security labels SELinux or + Smack policies on NFSv4 files, say N. + + WARNING: there is still a chance of backwards-incompatible protocol changes. + For now we recommend "Y" only for developers and testers." + config NFSD_FAULT_INJECTION bool "NFS server manual fault injection" depends on NFSD_V4 && DEBUG_KERNEL