Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
Disable CONFIG_CIFS_POSIX (this would require enabling SMB1, which we…
Browse files Browse the repository at this point in the history
… shouldn't do for the same reasons we don't enable SMB2)
  • Loading branch information
tianon committed Jan 9, 2019
1 parent a108f2c commit 5b12683
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/kernel-config.d/cifs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
CONFIG_CIFS=m
CONFIG_CIFS_ACL=y
CONFIG_CIFS_FSCACHE=y
CONFIG_CIFS_POSIX=y
CONFIG_CIFS_SMB311=y
CONFIG_CIFS_XATTR=y

# https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=2a38e12053b760a8f5e85030eb89512660077c15
#CONFIG_CIFS_SMB2=y

# https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=6e785302dad32228819d8066e5376acd15d0e6ba
#CONFIG_CIFS_POSIX=y

0 comments on commit 5b12683

Please sign in to comment.