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 …the **type.te** file, define the SELinux type **demo** in **SELinux tag u:r:demo:s0** to make **u:…
26 If **demo** is incubated by **init**, set it as follows:
28 type demo, native_system_domain, domain;
30 If **demo** is incubated by **chipset_init**, set it as follows:
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 …the **type.te** file, define the SELinux type **demo** in **SELinux tag u:r:demo:s0** to make **u:…
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 …the **type.te** file, define the SELinux type **demo** in **SELinux tag u:r:demo:s0** to make **u:…
85 type demo, hdfdomain, domain;