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:
e2d81e0
)
Cynara check disabled temporarily
author
Rafal Galka
<r.galka@samsung.com>
Thu, 9 Jul 2015 13:57:06 +0000
(15:57 +0200)
committer
Rafal Galka
<r.galka@samsung.com>
Thu, 9 Jul 2015 13:57:06 +0000
(15:57 +0200)
Change-Id: I9e1f8235fcb2f89a9647ecfe0c57cbd1504a1587
src/common/tools.cc
patch
|
blob
|
history
diff --git
a/src/common/tools.cc
b/src/common/tools.cc
index cc06772b99316ffba3e7f8c3b616fb59b68412c2..ee4bfa93343a144f85fdd3c942d787d1b840526a 100644
(file)
--- a/
src/common/tools.cc
+++ b/
src/common/tools.cc
@@
-198,6
+198,10
@@
class AccessControlImpl {
}
bool CheckAccess(const std::vector<std::string>& privileges) {
+
+ // TODO(r.galka) Cyanara check disabled temporarily
+ return true;
+
if (cynara_) {
for (const auto& privilege : privileges) {
if (CYNARA_API_ACCESS_ALLOWED != cynara_simple_check(cynara_, // p_cynara