Modify isu service common include file to conform to Tizen 6.0 46/295546/1 accepted/tizen/unified/20230726.020655 accepted/tizen/unified/dev/20230801.061614 accepted/tizen/unified/dev/20230801.062820
authorAdam Michalski <a.michalski2@partner.samsung.com>
Mon, 10 Jul 2023 15:06:53 +0000 (17:06 +0200)
committerAdam Michalski <a.michalski2@partner.samsung.com>
Mon, 10 Jul 2023 15:06:53 +0000 (17:06 +0200)
Tizen 6.0 does not have the `hal` partition.

Change-Id: If59c09d523743e0e9659c3798f4d4cfdfefb6291

src/helpers/service-common.inc

index 8d2da13..9b703a1 100644 (file)
@@ -8,7 +8,7 @@ ISU_SANDBOX_INVOCATION=--proc /proc \
     --ro-bind /lib /lib \
     --ro-bind-try /lib64 /lib64 \
     --bind /var /var \
-    --bind /hal /hal \
+    --bind-try /hal /hal \
     --bind /sys /sys \
     --bind /run /run \
     --bind /opt /opt \