projects
/
platform
/
core
/
api
/
webapi-plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb5efb1
)
disable cynara for a while
author
Hyunjin Park
<hj.na.park@samsung.com>
Tue, 9 Jun 2015 11:07:25 +0000
(20:07 +0900)
committer
Hyunjin Park
<hj.na.park@samsung.com>
Tue, 9 Jun 2015 11:07:25 +0000
(20:07 +0900)
- security team's request
Change-Id: Ibff594072ed0236f9c2c9e03a1b9b157b855e154
src/common/extension.cc
patch
|
blob
|
history
diff --git
a/src/common/extension.cc
b/src/common/extension.cc
index c4979f572c2759a2c7d0098bba20030ea4422c2c..8e9c10b4ff70c4a622bf81227c59f3412c9e8037 100755
(executable)
--- a/
src/common/extension.cc
+++ b/
src/common/extension.cc
@@
-559,7
+559,7
@@
class AccessControlImpl {
}
bool CheckAccess(const std::vector<std::string>& privileges) {
- if (cynara_) {
+
/*
if (cynara_) {
for (const auto& privilege : privileges) {
if (CYNARA_API_ACCESS_ALLOWED != cynara_simple_check(cynara_, // p_cynara
smack_label_.c_str(), // client
@@
-573,7
+573,8
@@
class AccessControlImpl {
return true;
} else {
return false;
- }
+ }*/
+ return true;
}
private: