Don't check file check when canonicalization 14/72014/2
authorKyungwook Tak <k.tak@samsung.com>
Mon, 30 May 2016 07:39:37 +0000 (16:39 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Mon, 30 May 2016 08:51:33 +0000 (17:51 +0900)
commite2436982bad2a27bc646854249ec6e9b6e091424
tree552d70c00bf2f3c8204137a466246db8c8ce463e
parent29e0e23d96d721db98f694ba9ee3d5553c21d151
Don't check file check when canonicalization

On client side, it's meaningless to check permission for file
access/remove when resolving absolute path for scanning because file
scanning isn't done with client's credential but server's cred. So when
resolving absolute path, it just append cwd if first char of path isn't
'/'.

Change-Id: Id453dc23553b20d88a91a96684bb010ffd4be27e
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
src/framework/client/canonicalize.cpp