Commit f58eda9bc2f0793da4c5c1098d55df2b31e0d682
Committed by
Trond Myklebust
1 parent
c9bccef6b9
Exists in
smarc-imx_3.14.28_1.0.0_ga
and in
1 other branch
Kconfig: Add Kconfig entry for Labeled NFS V4 client
This patch adds the NFS_V4_SECURITY_LABEL entry which enables security label support for the NFSv4 client Signed-off-by: Steve Dickson <steved@redhat.com> [trond: Make this non-interactive] Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Showing 1 changed file with 5 additions and 0 deletions Side-by-side Diff
fs/nfs/Kconfig
... | ... | @@ -140,6 +140,11 @@ |
140 | 140 | If the NFS client is unchanged from the upstream kernel, this |
141 | 141 | option should be set to the default "kernel.org". |
142 | 142 | |
143 | +config NFS_V4_SECURITY_LABEL | |
144 | + bool | |
145 | + depends on NFS_V4_2 && SECURITY | |
146 | + default y | |
147 | + | |
143 | 148 | config ROOT_NFS |
144 | 149 | bool "Root file system on NFS" |
145 | 150 | depends on NFS_FS=y && IP_PNP |