chipset-sandbox64.json 3.3 KB
Newer Older
Z
zff 已提交
1
{
M
Mupceet 已提交
2
    "sandbox-root" : "/mnt/sandbox/chipset",
Z
zff 已提交
3
    "mount-bind-paths" : [{
M
Mupceet 已提交
4 5
            "src-path" : "/system/bin",
            "sandbox-path" : "/system/bin",
Z
zff 已提交
6 7
            "sandbox-flags" : [ "bind", "rec", "private" ]
        }, {
M
Mupceet 已提交
8 9
            "src-path" : "/system/etc",
            "sandbox-path" : "/system/etc",
Z
zff 已提交
10 11
            "sandbox-flags" : [ "bind", "rec", "private" ]
        }, {
M
Mupceet 已提交
12 13
            "src-path" : "/system/lib64",
            "sandbox-path" : "/system/lib64",
Z
zff 已提交
14 15
            "sandbox-flags" : [ "bind", "rec", "private" ]
        }, {
M
Mupceet 已提交
16 17
            "src-path" : "/system/lib",
            "sandbox-path" : "/system/lib",
Z
zff 已提交
18 19
            "sandbox-flags" : [ "bind", "rec", "private" ]
        }, {
M
Mupceet 已提交
20 21
            "src-path" : "/system/profile",
            "sandbox-path" : "/system/profile",
Z
zff 已提交
22 23
            "sandbox-flags" : [ "bind", "rec", "private" ]
        }, {
M
Mupceet 已提交
24 25 26 27 28 29 30 31 32 33 34 35 36 37
            "src-path" : "/system/app",
            "sandbox-path" : "/system/app",
            "sandbox-flags" : [ "bind", "rec", "private" ]
        }, {
            "src-path" : "/system/fonts",
            "sandbox-path" : "/system/fonts",
            "sandbox-flags" : [ "bind", "rec", "private" ]
        }, {
            "src-path" : "/system/usr",
            "sandbox-path" : "/system/usr",
            "sandbox-flags" : [ "bind", "rec", "private" ]
        }, {
            "src-path" : "/vendor",
            "sandbox-path" : "/vendor",
Z
zff 已提交
38 39 40 41 42 43 44 45 46 47 48 49 50
            "sandbox-flags" : [ "bind", "rec", "private" ]
        }, {
            "src-path" : "/dev",
            "sandbox-path" : "/dev",
            "sandbox-flags" : [ "bind", "rec", "private" ]
        }, {
            "src-path" : "/proc",
            "sandbox-path" : "/proc",
            "sandbox-flags" : [ "bind", "rec", "private" ]
        }, {
            "src-path" : "/data",
            "sandbox-path" : "/data",
            "sandbox-flags" : [ "bind", "rec", "private" ]
X
xionglei6 已提交
51 52 53 54 55 56 57 58
        }, {
            "src-path" : "/sys/kernel/debug/tracing",
            "sandbox-path" : "/sys/kernel/debug/tracing",
            "sandbox-flags" : [ "bind", "private" ]
        }, {
            "src-path" : "/sys/kernel/debug",
            "sandbox-path" : "/sys/kernel/debug",
            "sandbox-flags" : [ "bind", "private" ]
M
Mupceet 已提交
59
        }, { 
Z
zff 已提交
60 61
            "src-path" : "/sys",
            "sandbox-path" : "/sys",
X
xionglei6 已提交
62
            "sandbox-flags" : [ "bind", "private" ]
M
Mupceet 已提交
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
        }, {
            "src-path" : "/config",
            "sandbox-path" : "/config",
            "sandbox-flags" : [ "bind", "rec", "private" ]
        }, {
            "src-path" : "/mnt",
            "sandbox-path" : "/mnt",
            "sandbox-flags" : [ "bind", "rec", "private" ]
        }, {
            "src-path" : "/storage",
            "sandbox-path" : "/storage",
            "sandbox-flags" : [ "bind", "rec", "private" ]
        }, {
            "src-path" : "/sys_prod",
            "sandbox-path" : "/sys_prod",
            "sandbox-flags" : [ "bind", "rec", "private" ]
Z
zff 已提交
79 80 81 82 83
        }
    ],
    "mount-bind-files" : [{
    }],
    "symbol-links" : [{
M
Mupceet 已提交
84
            "target-name" : "/system/lib64",
Z
zff 已提交
85 86
            "link-name" : "/lib64"
        }, {
M
Mupceet 已提交
87 88 89 90
            "target-name" : "/system/lib",
            "link-name" : "/lib"
        }, {
            "target-name" : "/system/bin",
Z
zff 已提交
91 92
            "link-name" : "/bin"
        }, {
M
Mupceet 已提交
93
            "target-name" : "/system/etc",
Z
zff 已提交
94 95 96 97
            "link-name" : "/etc"
        }
    ]
}