diff --git a/interfaces/innerkits/sandbox/app-sandbox64.json b/interfaces/innerkits/sandbox/app-sandbox64.json index adc5658f6a09952afb942a5ed5c4e349831bb327..2f757c1eeac8a38c72c7d1d7d76ca3ba9d1df9dc 100644 --- a/interfaces/innerkits/sandbox/app-sandbox64.json +++ b/interfaces/innerkits/sandbox/app-sandbox64.json @@ -44,6 +44,22 @@ "src-path" : "/data", "sandbox-path" : "/data", "sandbox-flags" : [ "bind", "rec", "private" ] + }, { + "src-path" : "/system/fonts", + "sandbox-path" : "/system/fonts", + "sandbox-flags" : [ "bind", "rec", "private" ] + }, { + "src-path" : "/config", + "sandbox-path" : "/config", + "sandbox-flags" : [ "bind", "rec" ] + }, { + "src-path" : "/sys_prod", + "sandbox-path" : "/sys_prod", + "sandbox-flags" : [ "bind", "rec" ] + }, { + "src-path" : "/storage", + "sandbox-path" : "/storage", + "sandbox-flags" : [ "bind", "rec", "private" ] } ], "mount-bind-files" : [{ diff --git a/interfaces/innerkits/sandbox/privapp-sandbox64.json b/interfaces/innerkits/sandbox/privapp-sandbox64.json index 40252c146f3edcc2e4c3c33fbbe1eb1a9a90b386..b4c649737632376abbe73bd2dea7458208b17bf6 100644 --- a/interfaces/innerkits/sandbox/privapp-sandbox64.json +++ b/interfaces/innerkits/sandbox/privapp-sandbox64.json @@ -48,6 +48,14 @@ "src-path" : "/data", "sandbox-path" : "/data", "sandbox-flags" : [ "bind", "rec" ] + },{ + "src-path" : "/storage", + "sandbox-path" : "/storage", + "sandbox-flags" : [ "bind", "rec", "private" ] + }, { + "src-path" : "/system/fonts", + "sandbox-path" : "/system/fonts", + "sandbox-flags" : [ "bind", "rec", "private" ] } ], "mount-bind-files": [{