diff --git a/interfaces/innerkits/sandbox/system-sandbox.json b/interfaces/innerkits/sandbox/system-sandbox.json index 0a55be155aa924f001a22c688798015c9e5745d8..0af56aa20d526e4c4c332caebaa7518ca817f20d 100644 --- a/interfaces/innerkits/sandbox/system-sandbox.json +++ b/interfaces/innerkits/sandbox/system-sandbox.json @@ -56,6 +56,10 @@ "src-path" : "/storage", "sandbox-path" : "/storage", "sandbox-flags" : [ "bind", "rec", "private" ] + }, { + "src-path" : "/sys_prod", + "sandbox-path" : "/sys_prod", + "sandbox-flags" : [ "bind", "rec", "private" ] } ], "mount-bind-files" : [{ @@ -71,4 +75,4 @@ "link-name" : "/etc" } ] -} \ No newline at end of file +}