diff --git a/appdata-sandbox-app.json b/appdata-sandbox-app.json index ba54cae42d497579064f9744ce54616e8cb911db..ac12e08b80e439346d37027eb505379d4583db21 100644 --- a/appdata-sandbox-app.json +++ b/appdata-sandbox-app.json @@ -62,6 +62,9 @@ }, { "src-path" : "/system/etc", "sandbox-path" : "/system/etc" + }, { + "src-path": "/system/framework", + "sandbox-path": "/system/framework" }, { "src-path" : "/system/resource", "sandbox-path" : "/system/resource" diff --git a/appdata-sandbox-render.json b/appdata-sandbox-render.json index a3d541ad6eb89861988919bd713481f9bba0863d..e671f9a0de2d53adb796d99906d9701072f05491 100644 --- a/appdata-sandbox-render.json +++ b/appdata-sandbox-render.json @@ -20,6 +20,9 @@ }, { "src-path" : "/system/etc", "sandbox-path" : "/system/etc" + }, { + "src-path": "/system/framework", + "sandbox-path": "/system/framework" }, { "src-path" : "/system/bin", "sandbox-path" : "/system/bin" diff --git a/appdata-sandbox.json b/appdata-sandbox.json index b6e263884b17fb9799c2abde6b8fa5e1983cb55c..9c6a1fdc84830906916b2a5501915948fc6046cb 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -73,6 +73,11 @@ "sandbox-path" : "/system/etc", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "/system/framework", + "sandbox-path" : "/system/framework", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" }, { "src-path" : "/system/etc/hosts", "sandbox-path" : "/data/service/el1/network/hosts_user/hosts", @@ -491,6 +496,11 @@ "sandbox-path" : "/system/etc", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "/system/framework", + "sandbox-path" : "/system/framework", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" }, { "src-path" : "/system/etc/hosts", "sandbox-path" : "/data/service/el1/network/hosts_user/hosts", @@ -797,7 +807,7 @@ "src-path": "/data/service/el1/public/themes//a/system", "sandbox-path": "/data/themes/a/system", "sandbox-flags": [ "bind", "rec" ] - }, + }, { "src-path": "/data/service/el1/public/themes//b/system", "sandbox-path": "/data/themes/b/system",