Commit 3d161fd
cifs.conf: Remove cifs.conf
In Linux 4.14 cifs module has soft dependencies (pre) on crypto modules. This
soft dependencies makes kmod (modprobe) ignore commands inside
/etc/modprobe.d/cifs.conf. cifs.conf contains command to change default value
of SecurityFlags from 0x85 to 0x83. Since the commands inside cifs.conf are
ignored while cifs module is loaded, SecurityFlags remains at 0x85, breaking
few tests.
Remove cifs.conf and change default value of SecurityFlags (by adding a kernel
patch) to 0x83
Signed-off-by: Mark Syms <mark.syms@citrix.com>
Signed-off-by: Anoob Soman <anoob.soman@citrix.com>1 parent 941ab27 commit 3d161fd
3 files changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
| |||
156 | 155 | | |
157 | 156 | | |
158 | 157 | | |
159 | | - | |
160 | | - | |
161 | 158 | | |
162 | 159 | | |
163 | 160 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
352 | 351 | | |
353 | 352 | | |
354 | 353 | | |
| |||
0 commit comments