nfs: failed attempt

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-02-01 00:00:00 +00:00
parent d02e2db2b6
commit 97b432b1fa
3 changed files with 87 additions and 9 deletions

13
linux_config/nfs Normal file
View File

@@ -0,0 +1,13 @@
# https://github.com/cirosantilli/linux-kernel-module-cheat#nfs
CONFIG_NFSD=y
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_NFSD_PNFS=y
CONFIG_NFSD_BLOCKLAYOUT=y
CONFIG_NFSD_SCSILAYOUT=y
CONFIG_NFSD_FLEXFILELAYOUT=y
CONFIG_NFSD_FAULT_INJECTION=y
CONFIG_NFS_ACL_SUPPORT=y
CONFIG_NFS_COMMON=y

View File

@@ -1,3 +1,4 @@
# https://github.com/cirosantilli/linux-kernel-module-cheat#selinux
CONFIG_AUDIT=y
CONFIG_SECURITY=y
CONFIG_SECURITY_NETWORK=y