summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2017-09-14 16:03:14 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2017-09-14 16:03:14 +0900
commite34400f5f0b467420141c0a65f1e0a2fb1132432 (patch)
treea511f103089d0ceb844ccda3286fdfb82f1dd6e8
parentb3ae23ddca7acf4e2a3eb82573b5e6e6c61b66cd (diff)
downloadbluez-e34400f5f0b467420141c0a65f1e0a2fb1132432.tar.gz
bluez-e34400f5f0b467420141c0a65f1e0a2fb1132432.tar.bz2
bluez-e34400f5f0b467420141c0a65f1e0a2fb1132432.zip
Use the full path to call the chsmack command
Change-Id: I1b668b85b9b47b9ce3348f921abb86a315f1a8c9 Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rw-r--r--packaging/500.bluez_upgrade.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/500.bluez_upgrade.sh b/packaging/500.bluez_upgrade.sh
index d5006214..940cef69 100644
--- a/packaging/500.bluez_upgrade.sh
+++ b/packaging/500.bluez_upgrade.sh
@@ -5,5 +5,5 @@
#------------------------------------------#
# Change the smack label for BT chip and paired info
-chsmack -a "User" /var/lib/bluetooth
-chsmack -a "System" /var/lib/bluetooth/* -r
+/usr/bin/chsmack -a "User" /var/lib/bluetooth
+/usr/bin/chsmack -a "System" /var/lib/bluetooth/* -r