Added Label NFS support.

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2013-02-18 08:20:15 -05:00
parent 8bcc7be947
commit 289dd09ae0
3 changed files with 3862 additions and 1 deletions

View File

@ -434,3 +434,7 @@ CONFIG_MODULE_SIG_SHA256=y
# CONFIG_MODULE_SIG_FORCE is not set
CONFIG_MODULE_SIG_BLACKLIST=y
CONFIG_MODULE_SIG_UEFI=y
CONFIG_NFS_V4_SECURITY_LABEL=y
CONFIG_NFSD_V4_SECURITY_LABEL=y

View File

@ -31,7 +31,7 @@ Summary: The Linux kernel
#
# (Uncomment the '#' and both spaces below to set the buildid.)
#
# % define buildid .local
%define buildid .lnfs
###################################################################
# The buildid can also be specified on the rpmbuild command line
@ -694,6 +694,7 @@ Patch2901: v4l-dvb-experimental.patch
# fs fixes
# NFSv4
Patch4000: lnfs-3.8.0-0.rc7.git3.1.patch
# patches headed upstream
Patch10000: fs-proc-devtree-remove_proc_entry.patch
@ -1336,6 +1337,7 @@ ApplyPatch arm-imx-fixdrm.patch
# eCryptfs
# NFSv4
ApplyPatch lnfs-3.8.0-0.rc7.git3.1.patch
# USB
@ -2322,6 +2324,9 @@ fi
# ||----w |
# || ||
%changelog
* Sat Feb 16 2013 Steve Dickson <steved@redhat.com> 3.8.0-0.rc7.git3.1-lnfs
* Added Label NFS support.
* Thu Feb 14 2013 Josh Boyer <jwboyer@redhat.com> - 3.8.0-0.rc7.git3.1
- Linux v3.8-rc7-73-g323a72d

File diff suppressed because it is too large Load Diff