mirror of
https://gitee.com/openharmony/useriam_user_auth_framework
synced 2024-11-23 07:39:51 +00:00
fix : Security and privacy compliance
Signed-off-by: hejiao <hejiao@huawei.com> Change-Id: I36795c45e6b3c0bd1f89fb6e6138cd08a90d6173
This commit is contained in:
parent
8a83203652
commit
61eb6f9fbf
@ -1,2 +1,4 @@
|
||||
src:*/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/iremote_broker.h
|
||||
src:*/commonlibrary/c_utils/base/include/refbase.h
|
||||
src:*/third_party/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
src:*/third_party/googletest/googlemock/include/gmock/gmock-cardinalities.h
|
@ -21,6 +21,7 @@ ohos_unittest("iam_executors_test") {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
blocklist = "../../../cfi_blocklist.txt"
|
||||
}
|
||||
stack_protector_ret = true
|
||||
include_dirs = [
|
||||
|
@ -22,6 +22,7 @@ ohos_unittest("iam_inner_api_test") {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
blocklist = "../../../cfi_blocklist.txt"
|
||||
}
|
||||
stack_protector_ret = true
|
||||
include_dirs = [
|
||||
|
@ -22,6 +22,7 @@ ohos_unittest("iam_services_test") {
|
||||
cfi = true
|
||||
cfi_cross_dso = true
|
||||
debug = false
|
||||
blocklist = "../../../cfi_blocklist.txt"
|
||||
}
|
||||
stack_protector_ret = true
|
||||
include_dirs = [
|
||||
|
Loading…
Reference in New Issue
Block a user