Merge "Remove fs_config entries for webview_zygote."
This commit is contained in:
commit
47354e76eb
1 changed files with 0 additions and 10 deletions
|
|
@ -202,16 +202,6 @@ static const struct fs_path_config android_files[] = {
|
||||||
CAP_MASK_LONG(CAP_NET_RAW),
|
CAP_MASK_LONG(CAP_NET_RAW),
|
||||||
"vendor/bin/hw/android.hardware.wifi@1.0-service" },
|
"vendor/bin/hw/android.hardware.wifi@1.0-service" },
|
||||||
|
|
||||||
// A non-privileged zygote that spawns isolated processes for web rendering.
|
|
||||||
{ 0750, AID_ROOT, AID_ROOT, CAP_MASK_LONG(CAP_SETUID) |
|
|
||||||
CAP_MASK_LONG(CAP_SETGID) |
|
|
||||||
CAP_MASK_LONG(CAP_SETPCAP),
|
|
||||||
"system/bin/webview_zygote32" },
|
|
||||||
{ 0750, AID_ROOT, AID_ROOT, CAP_MASK_LONG(CAP_SETUID) |
|
|
||||||
CAP_MASK_LONG(CAP_SETGID) |
|
|
||||||
CAP_MASK_LONG(CAP_SETPCAP),
|
|
||||||
"system/bin/webview_zygote64" },
|
|
||||||
|
|
||||||
// generic defaults
|
// generic defaults
|
||||||
{ 00755, AID_ROOT, AID_ROOT, 0, "bin/*" },
|
{ 00755, AID_ROOT, AID_ROOT, 0, "bin/*" },
|
||||||
{ 00640, AID_ROOT, AID_SHELL, 0, "fstab.*" },
|
{ 00640, AID_ROOT, AID_SHELL, 0, "fstab.*" },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue