huangcm
2024-12-18 9d29be7f7249789d6ffd0440067187a9f040c2cd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
allow rild ppp_device:chr_file rw_file_perms;
allow rild radio_device:chr_file{ open read write ioctl };
allow rild radio:process signal;
allow rild vendor_file:file execute_no_trans;
allow rild vendor_ril_prop:file { read getattr open };
allow rild vendor_ril_prop:property_service set;
allow rild vendor_default_prop:file {open read getattr};
 
allow rild vendor_toolbox_exec:file execute_no_trans;
allow rild vendor_shell_exec:file execute_no_trans;
 
# allow rild net_dns_prop:file { getattr open read };
allow rild ppp_device:chr_file ioctl;
allow rild rootfs:dir { open read };
#TODO removed for Q
#allow rild system_file:file execute_no_trans;
allow rild vendor_file:file execute_no_trans;
allow rild init:dir search;
allow rild init:file { open read };
allow rild kernel:dir search;
allow rild kernel:file { open read };
allow rild vendor_init:dir search;
allow rild vendor_init:file read;
allow rild vendor_toolbox_exec:file execute_no_trans;
allow rild hal_keymaster_default:dir search;
allow rild hwservicemanager:dir search;
allow rild logd:dir search;
allow rild servicemanager:dir search;
allow rild tee:dir search;
allow rild ueventd:dir search;
allow rild vendor_init:file open;
allow rild vndservicemanager:dir search;
allow rild hal_keymaster_default:file read;
allow rild hwservicemanager:file { open read };
allow rild logd:file { open read };
allow rild servicemanager:file { open read };
allow rild tee:file read;
allow rild ueventd:file { open read };
allow rild vndservicemanager:file read;
allow rild vold:dir search;
allow rild hal_audio_default:dir search;
allow rild hal_bluetooth_default:dir search;
allow rild hal_camera_default:dir search;
allow rild hal_keymaster_default:file open;
allow rild healthd:dir search;
allow rild tee:file open;
allow rild vndservicemanager:file open;
allow rild vold:file read;
allow rild hal_audio_default:file { open read };
allow rild healthd:file { open read };
allow rild vold:file open;
allow rild proc_net:file write;
allow rild self:packet_socket create;
allow rild self:packet_socket setopt;
allow rild self:packet_socket { bind read write read};
allow rild audioserver:file { open read };
allow rild hal_bluetooth_default:file { open read };
allow rild hal_camera_default:file { open read };
allow rild hal_cas_default:dir search;
allow rild hal_configstore_default:dir search;
allow rild hal_drm_clearkey:dir search;
allow rild hal_drm_default:dir search;
allow rild hal_drm_widevine:dir search;
allow rild lmkd:file { open read };