Remove calling chmod() 14/72914/1
authorJunghoon Park <jh9216.park@samsung.com>
Fri, 3 Jun 2016 04:37:31 +0000 (13:37 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Fri, 3 Jun 2016 04:37:31 +0000 (13:37 +0900)
commit960da352c387208c05491858e265e18d312485c2
treebe1802dde0e116a3f38a7c5fd0c767ddee4e4caa
parentf3ac7b09f556b2a45975e827c1ec4181120bd001
Remove calling chmod()

- The socket file is at /run/user/5001/.launchpad-process-pool-sock
- Even if it is allowed to other and groups, x permission for /run/user/5001/ is only
  allowed by 5001 user. therefore, we don't need to change it.
- In case of socket activation, it is srw-r--r--

Change-Id: I4af7398ca3f7e3f82eb7980f1b3e18e5e2c4bbc7
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
src/launchpad_common.c