forked from cifsd-team/ksmbd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKconfig
35 lines (32 loc) · 773 Bytes
/
Kconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
config CIFS_SERVER
tristate "CIFS server support"
depends on INET
select NLS
select NLS_UTF8
select CRYPTO
select CRYPTO_MD4
select CRYPTO_MD5
select CRYPTO_HMAC
select CRYPTO_ARC4
select CRYPTO_ECB
select CRYPTO_DES
select CRYPTO_SHA256
select CRYPTO_CMAC
select CRYPTO_SHA512
select CRYPTO_AEAD2
select CRYPTO_CCM
help
This config provides support for in-kernel CIFS/SMB3 server.
config CIFS_INSECURE_SERVER
bool "Support for insecure SMB1/CIFS and SMB2.0 protocols"
depends on CIFS_SERVER && INET
select NLS
default n
help
This enables deprecated insecure protocols dialects: SMB1/CIFS
and SMB2.0
config CIFSD_ACL
bool "Support for ACL"
depends on CIFS_SERVER && INET
select KEYS
default n