Fix : Bluetooth log is not removed on user binary 93/184593/1
authorSeungyoun Ju <sy39.ju@samsung.com>
Tue, 26 Sep 2017 07:52:06 +0000 (16:52 +0900)
committerSeungyoun Ju <sy39.ju@samsung.com>
Thu, 19 Jul 2018 05:50:49 +0000 (14:50 +0900)
commit3c6c990480a0c55a397f1d645d508908714ce73e
tree4ea5d536b9630673940e6c8bae4d305909aef461
parentb2b638622b4024a8c8f5341fcc3e74b8be81afa3
Fix : Bluetooth log is not removed on user binary

[Problem] Bluetooth log is not deleted on user binary.

[Cause & Measure] Directory owner / group is modified manually. It
 causes inconsistency with system setting. The base directory which is
 passed from dump daemon has setuid bit. So the files and directories
 created by bluetooth script have the same group id to the base
 directory. So bluetooth script doesn't need to change ownership of
 files and directories. This patch removes chown part from script and
 adds write permission to group.

[Checking Method] *#9900# on User binary

Change-Id: Ibfde6fd7a37483dcdd3b0c4f8872dbb436095870
bluetooth_log_dump.sh [changed mode: 0644->0755]