projects
/
platform
/
upstream
/
bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0f5385
)
main.conf: Fix documention of CSIS.Encrypt
author
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Thu, 7 Sep 2023 19:39:53 +0000
(12:39 -0700)
committer
Ayush Garg
<ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:04 +0000
(19:04 +0530)
CSIS.Encrypt is a boolean so it shall only be set with true/false not
yes/no.
src/main.conf
patch
|
blob
|
history
diff --git
a/src/main.conf
b/src/main.conf
index eea2d719c373e31f039d1dcc85bf01f05c741c10..289e9cd5bdc188945ac40689d141a9ff3e97ecf6 100755
(executable)
--- a/
src/main.conf
+++ b/
src/main.conf
@@
-276,10
+276,10
@@
# SIRK Encryption
# Possible values:
-#
yes
: Encrypt SIRK when read
-#
no
: Do not encrypt SIRK when read. (plaintext)
-# Defaults to
yes
-#Encryption =
yes
+#
true
: Encrypt SIRK when read
+#
false
: Do not encrypt SIRK when read. (plaintext)
+# Defaults to
true
+#Encryption =
true
# Total no of sets belongs to this Profile
# Defaults to 0