chipset-sandbox64.json 3.4 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
            "src-path" : "/system/app",
            "sandbox-path" : "/system/app",
26 27
            "sandbox-flags" : [ "bind", "rec", "private" ],
            "ignore": 1
M
Mupceet 已提交
28 29 30
        }, {
            "src-path" : "/system/fonts",
            "sandbox-path" : "/system/fonts",
31 32
            "sandbox-flags" : [ "bind", "rec", "private" ],
            "ignore": 1
M
Mupceet 已提交
33 34 35
        }, {
            "src-path" : "/system/usr",
            "sandbox-path" : "/system/usr",
36 37
            "sandbox-flags" : [ "bind", "rec", "private" ],
            "ignore": 1
M
Mupceet 已提交
38 39 40
        }, {
            "src-path" : "/vendor",
            "sandbox-path" : "/vendor",
Z
zff 已提交
41 42 43 44 45 46 47 48 49 50 51 52 53
            "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 已提交
54 55 56
        }, {
            "src-path" : "/sys/kernel/debug/tracing",
            "sandbox-path" : "/sys/kernel/debug/tracing",
57 58
            "sandbox-flags" : [ "bind", "private" ],
            "ignore": 1
X
xionglei6 已提交
59 60 61 62
        }, {
            "src-path" : "/sys/kernel/debug",
            "sandbox-path" : "/sys/kernel/debug",
            "sandbox-flags" : [ "bind", "private" ]
63
        }, {
Z
zff 已提交
64 65
            "src-path" : "/sys",
            "sandbox-path" : "/sys",
X
xionglei6 已提交
66
            "sandbox-flags" : [ "bind", "private" ]
M
Mupceet 已提交
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
        }, {
            "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 已提交
83 84 85 86 87
        }
    ],
    "mount-bind-files" : [{
    }],
    "symbol-links" : [{
M
Mupceet 已提交
88
            "target-name" : "/system/lib64",
Z
zff 已提交
89 90
            "link-name" : "/lib64"
        }, {
M
Mupceet 已提交
91 92 93 94
            "target-name" : "/system/lib",
            "link-name" : "/lib"
        }, {
            "target-name" : "/system/bin",
Z
zff 已提交
95 96
            "link-name" : "/bin"
        }, {
M
Mupceet 已提交
97
            "target-name" : "/system/etc",
Z
zff 已提交
98 99 100 101
            "link-name" : "/etc"
        }
    ]
}