mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
Bug: 196916111 Test: boot with vcd started Change-Id: Ic82975e998dad4437c38afc625a7a88428417b7a
13 lines
372 B
Plaintext
13 lines
372 B
Plaintext
type vcd, domain;
|
|
type vcd_exec, vendor_file_type, exec_type, file_type;
|
|
userdebug_or_eng(`
|
|
init_daemon_domain(vcd)
|
|
|
|
get_prop(vcd, vendor_rild_prop);
|
|
|
|
allow vcd serial_device:chr_file rw_file_perms;
|
|
allow vcd radio_device:chr_file rw_file_perms;
|
|
allow vcd self:tcp_socket { create_socket_perms_no_ioctl listen accept };
|
|
allow vcd node:tcp_socket node_bind;
|
|
')
|