Lines Matching refs:demo
15 "name" : "demo",
16 "path" : ["/system/bin/demo"],
17 "uid" : "demo",
18 "gid" : ["demo"],
19 "secon" : "u:r:demo:s0"
24 2. 在type.te中定义SELinux标签u:r:demo:s0中的SELinux类型demo,使u:r:demo:s0是合法的。
26 如果demo是由init孵化,则定义:
28 type demo, native_system_domain, domain;
30 如果demo是由chipset_init孵化,则定义:
32 type demo, native_chipset_domain, domain;
47 "name" : "demo",
48 "path" : ["/system/bin/sa_main", "/system/profile/demo.json"],
49 "uid" : "demo",
50 "gid" : ["demo"],
51 "secon" : "u:r:demo:s0"
56 2. 在type.te中定义SELinux标签u:r:demo:s0中的SELinux类型demo,使u:r:demo:s0是合法的。
58 type demo, sadomain, domain;
73 "name" : "demo",
74 "path" : ["/vendor/bin/hdf_devhost", "0", "demo"],
75 "uid" : "demo",
76 "gid" : ["demo"],
77 "secon" : "u:r:demo:s0"
83 2. 在type.te中定义SELinux标签u:r:demo:s0中的SELinux类型demo,使u:r:demo:s0是合法的。
85 type demo, hdfdomain, domain;