Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 917) sorted by relevance

12345678910>>...37

/system/sepolicy/prebuilts/api/26.0/
Dnonplat_sepolicy.cil1728 (allow servicemanager_26_0 bootanim_26_0 (file (read open)))
1739 (allow hwservicemanager_26_0 bootanim_26_0 (file (read open)))
1741 (allow bootanim_26_0 gpu_device_26_0 (chr_file (ioctl read write getattr lock append open)))
1743 (allow bootanim_26_0 oemfs_26_0 (file (ioctl read getattr lock open)))
1744 (allow bootanim_26_0 audio_device_26_0 (dir (ioctl read getattr lock search open)))
1745 (allow bootanim_26_0 audio_device_26_0 (chr_file (ioctl read write getattr lock append open)))
1748 (allow bootanim_26_0 ion_device_26_0 (chr_file (ioctl read write getattr lock append open)))
1751 (allow bootanim_26_0 proc_26_0 (dir (ioctl read getattr lock search open)))
1752 (allow bootanim_26_0 proc_26_0 (file (ioctl read getattr lock open)))
1753 (allow bootanim_26_0 proc_26_0 (lnk_file (ioctl read getattr lock open)))
[all …]
/system/sepolicy/prebuilts/api/27.0/
Dnonplat_sepolicy.cil1948 (allow servicemanager_27_0 bootanim_27_0 (file (read open)))
1959 (allow hwservicemanager_27_0 bootanim_27_0 (file (read open)))
1961 (allow bootanim_27_0 gpu_device_27_0 (chr_file (ioctl read write getattr lock append map open)))
1963 (allow bootanim_27_0 oemfs_27_0 (file (ioctl read getattr lock map open)))
1964 (allow bootanim_27_0 audio_device_27_0 (dir (ioctl read getattr lock search open)))
1965 (allow bootanim_27_0 audio_device_27_0 (chr_file (ioctl read write getattr lock append map open)))
1968 (allow bootanim_27_0 ion_device_27_0 (chr_file (ioctl read write getattr lock append map open)))
1971 (allow bootanim_27_0 proc_27_0 (dir (ioctl read getattr lock search open)))
1972 (allow bootanim_27_0 proc_27_0 (file (ioctl read getattr lock map open)))
1973 (allow bootanim_27_0 proc_27_0 (lnk_file (ioctl read getattr lock map open)))
[all …]
/system/core/mkbootimg/
Dunpack_bootimg.py37 file_out.write(bootimage.read(size))
47 boot_magic = unpack('8s', args.boot_img.read(8))
49 kernel_ramdisk_second_info = unpack('10I', args.boot_img.read(10 * 4))
61 product_name = unpack('16s', args.boot_img.read(16))
63 cmdline = unpack('512s', args.boot_img.read(512))
66 args.boot_img.read(32) # ignore SHA
68 extra_cmdline = unpack('1024s', args.boot_img.read(1024))
77 recovery_dtbo_size = unpack('I', args.boot_img.read(1 * 4))[0]
79 recovery_dtbo_offset = unpack('Q', args.boot_img.read(8))[0]
81 boot_header_size = unpack('I', args.boot_img.read(4))[0]
[all …]
/system/sepolicy/prebuilts/api/28.0/
Dvendor_sepolicy.cil476 (allow init_28_0 hal_audio_default_exec (file (read getattr map execute open)))
478 (allow hal_audio_default hal_audio_default_exec (file (read getattr map execute entrypoint open)))
483 (allow hal_audio_default hal_audio_default_tmpfs (file (read write getattr map)))
485 (allow init_28_0 hal_audiocontrol_default_exec (file (read getattr map execute open)))
487 (allow hal_audiocontrol_default hal_audiocontrol_default_exec (file (read getattr map execute entry…
492 (allow hal_audiocontrol_default hal_audiocontrol_default_tmpfs (file (read write getattr map)))
494 (allow init_28_0 hal_authsecret_default_exec (file (read getattr map execute open)))
496 (allow hal_authsecret_default hal_authsecret_default_exec (file (read getattr map execute entrypoin…
501 (allow hal_authsecret_default hal_authsecret_default_tmpfs (file (read write getattr map)))
503 (allow init_28_0 hal_bluetooth_default_exec (file (read getattr map execute open)))
[all …]
Dplat_pub_versioned.cil3049 (allow appdomain zygote_exec_28_0 (file (ioctl read getattr lock map execute execute_no_trans open)…
3052 (allow appdomain cgroup_28_0 (file (ioctl read write getattr lock append map open)))
3054 (allow appdomain dalvikcache_data_file_28_0 (file (ioctl read getattr lock map open)))
3055 (allow base_typeattr_43_28_0 rootfs_28_0 (lnk_file (ioctl read getattr lock map open)))
3056 (allow base_typeattr_43_28_0 tmpfs_28_0 (lnk_file (ioctl read getattr lock map open)))
3057 (allow appdomain tmpfs_28_0 (dir (ioctl read getattr lock search open)))
3063 (allow appdomain devpts_28_0 (chr_file (ioctl read write getattr)))
3065 (allow appdomain system_server_28_0 (fifo_file (ioctl read write getattr lock append map open)))
3066 (allow appdomain system_server_28_0 (unix_stream_socket (read write getattr getopt setopt shutdown)…
3067 (allow appdomain system_server_28_0 (tcp_socket (read write getattr getopt shutdown)))
[all …]
/system/sepolicy/prebuilts/api/28.0/public/
Dprofman.te5 allow profman user_profile_data_file:file { getattr read write lock };
8 allow profman asec_apk_file:file { read };
9 allow profman apk_data_file:file { getattr read };
10 allow profman apk_data_file:dir { getattr read search };
12 allow profman oemfs:file { read };
14 allow profman tmpfs:file { read };
22 allow profman app_data_file:file { getattr read write lock };
23 allow profman app_data_file:dir { getattr read search };
Ddnsmasq.te18 allow dnsmasq netd:fifo_file { read write };
20 allow dnsmasq netd:netlink_kobject_uevent_socket { read write };
21 allow dnsmasq netd:netlink_nflog_socket { read write };
22 allow dnsmasq netd:netlink_route_socket { read write };
23 allow dnsmasq netd:unix_stream_socket { read write };
24 allow dnsmasq netd:unix_dgram_socket { read write };
25 allow dnsmasq netd:udp_socket { read write };
Ddex2oat.te10 allow dex2oat vendor_framework_file:file { getattr open read };
12 allow dex2oat tmpfs:file { read getattr };
18 allow dex2oat dalvikcache_data_file:lnk_file read;
27 allow dex2oat asec_apk_file:file read;
28 allow dex2oat unlabeled:file read;
29 allow dex2oat oemfs:file read;
32 allow dex2oat user_profile_data_file:file { getattr read lock };
36 allow dex2oat app_data_file:file { getattr read write lock };
47 allow dex2oat postinstall_file:lnk_file { getattr read };
53 # Create and read symlinks in /data/ota/dalvik-cache. This is required for PIC mode boot images,
[all …]
/system/sepolicy/public/
Dprofman.te5 allow profman user_profile_data_file:file { getattr read write lock map };
8 allow profman asec_apk_file:file { read map };
9 allow profman apk_data_file:file { getattr read map };
10 allow profman apk_data_file:dir { getattr read search };
12 allow profman oemfs:file { read map };
14 allow profman tmpfs:file { read map };
22 allow profman { privapp_data_file app_data_file }:file { getattr read write lock map };
23 allow profman { privapp_data_file app_data_file }:dir { getattr read search };
Ddnsmasq.te18 allow dnsmasq netd:fifo_file { getattr read write };
20 allow dnsmasq netd:netlink_kobject_uevent_socket { read write };
21 allow dnsmasq netd:netlink_nflog_socket { read write };
22 allow dnsmasq netd:netlink_route_socket { read write };
23 allow dnsmasq netd:unix_stream_socket { getattr read write };
24 allow dnsmasq netd:unix_dgram_socket { read write };
25 allow dnsmasq netd:udp_socket { read write };
Dclatd.te9 auditallow clatd proc_net_type:{ dir file lnk_file } { getattr open read };
14 allow clatd netd:fifo_file { read write };
16 allow clatd netd:netlink_kobject_uevent_socket { read write };
17 allow clatd netd:netlink_nflog_socket { read write };
18 allow clatd netd:netlink_route_socket { read write };
19 allow clatd netd:udp_socket { read write };
20 allow clatd netd:unix_stream_socket { read write };
21 allow clatd netd:unix_dgram_socket { read write };
/system/sepolicy/prebuilts/api/29.0/public/
Dprofman.te5 allow profman user_profile_data_file:file { getattr read write lock map };
8 allow profman asec_apk_file:file { read map };
9 allow profman apk_data_file:file { getattr read map };
10 allow profman apk_data_file:dir { getattr read search };
12 allow profman oemfs:file { read map };
14 allow profman tmpfs:file { read map };
22 allow profman { privapp_data_file app_data_file }:file { getattr read write lock map };
23 allow profman { privapp_data_file app_data_file }:dir { getattr read search };
Ddnsmasq.te18 allow dnsmasq netd:fifo_file { getattr read write };
20 allow dnsmasq netd:netlink_kobject_uevent_socket { read write };
21 allow dnsmasq netd:netlink_nflog_socket { read write };
22 allow dnsmasq netd:netlink_route_socket { read write };
23 allow dnsmasq netd:unix_stream_socket { getattr read write };
24 allow dnsmasq netd:unix_dgram_socket { read write };
25 allow dnsmasq netd:udp_socket { read write };
Dclatd.te9 auditallow clatd proc_net_type:{ dir file lnk_file } { getattr open read };
14 allow clatd netd:fifo_file { read write };
16 allow clatd netd:netlink_kobject_uevent_socket { read write };
17 allow clatd netd:netlink_nflog_socket { read write };
18 allow clatd netd:netlink_route_socket { read write };
19 allow clatd netd:udp_socket { read write };
20 allow clatd netd:unix_stream_socket { read write };
21 allow clatd netd:unix_dgram_socket { read write };
/system/sepolicy/prebuilts/api/27.0/public/
Ddnsmasq.te18 allow dnsmasq netd:fifo_file { read write };
20 allow dnsmasq netd:netlink_kobject_uevent_socket { read write };
21 allow dnsmasq netd:netlink_nflog_socket { read write };
22 allow dnsmasq netd:netlink_route_socket { read write };
23 allow dnsmasq netd:unix_stream_socket { read write };
24 allow dnsmasq netd:unix_dgram_socket { read write };
25 allow dnsmasq netd:udp_socket { read write };
Dprofman.te5 allow profman user_profile_data_file:file { getattr read write lock };
8 allow profman asec_apk_file:file { read };
9 allow profman apk_data_file:file { read };
10 allow profman oemfs:file { read };
12 allow profman tmpfs:file { read };
20 allow profman app_data_file:file { getattr read write lock };
Ddex2oat.te10 allow dex2oat vendor_framework_file:file { getattr open read };
12 allow dex2oat tmpfs:file { read getattr };
18 allow dex2oat dalvikcache_data_file:lnk_file read;
27 allow dex2oat asec_apk_file:file read;
28 allow dex2oat unlabeled:file read;
29 allow dex2oat oemfs:file read;
32 allow dex2oat user_profile_data_file:file { getattr read lock };
36 allow dex2oat app_data_file:file { getattr read write lock };
47 allow dex2oat postinstall_file:lnk_file read;
53 # Create and read symlinks in /data/ota/dalvik-cache. This is required for PIC mode boot images,
[all …]
Dclatd.te11 allow clatd netd:fifo_file { read write };
13 allow clatd netd:netlink_kobject_uevent_socket { read write };
14 allow clatd netd:netlink_nflog_socket { read write };
15 allow clatd netd:netlink_route_socket { read write };
16 allow clatd netd:udp_socket { read write };
17 allow clatd netd:unix_stream_socket { read write };
18 allow clatd netd:unix_dgram_socket { read write };
/system/sepolicy/prebuilts/api/26.0/public/
Ddnsmasq.te18 allow dnsmasq netd:fifo_file { read write };
20 allow dnsmasq netd:netlink_kobject_uevent_socket { read write };
21 allow dnsmasq netd:netlink_nflog_socket { read write };
22 allow dnsmasq netd:netlink_route_socket { read write };
23 allow dnsmasq netd:unix_stream_socket { read write };
24 allow dnsmasq netd:unix_dgram_socket { read write };
25 allow dnsmasq netd:udp_socket { read write };
Dprofman.te5 allow profman user_profile_data_file:file { getattr read write lock };
8 allow profman asec_apk_file:file { read };
9 allow profman apk_data_file:file { read };
10 allow profman oemfs:file { read };
12 allow profman tmpfs:file { read };
20 allow profman app_data_file:file { getattr read write lock };
Ddex2oat.te10 allow dex2oat vendor_framework_file:file { getattr open read };
12 allow dex2oat tmpfs:file { read getattr };
18 allow dex2oat dalvikcache_data_file:lnk_file read;
27 allow dex2oat asec_apk_file:file read;
28 allow dex2oat unlabeled:file read;
29 allow dex2oat oemfs:file read;
32 allow dex2oat user_profile_data_file:file { getattr read lock };
36 allow dex2oat app_data_file:file { getattr read write lock };
47 allow dex2oat postinstall_file:lnk_file read;
53 # Create and read symlinks in /data/ota/dalvik-cache. This is required for PIC mode boot images,
[all …]
/system/sepolicy/prebuilts/api/28.0/private/
Dtraced_probes.te10 allow traced_probes traced_tmpfs:file { read write getattr map };
35 allow traced_probes system_file:dir { open read };
40 allow traced_probes apk_data_file:dir { getattr open read search };
41 allow traced_probes dalvikcache_data_file:dir { getattr open read search };
43 allow traced_probes system_data_file:dir { getattr open read search };
45 allow traced_probes system_app_data_file:dir { getattr open read search };
46 allow traced_probes backup_data_file:dir { getattr open read search };
47 allow traced_probes bootstat_data_file:dir { getattr open read search };
48 allow traced_probes update_engine_data_file:dir { getattr open read search };
49 allow traced_probes update_engine_log_data_file:dir { getattr open read search };
[all …]
/system/sepolicy/private/
Ddex2oat.te10 allow dex2oat vendor_framework_file:file { getattr open read map };
12 allow dex2oat tmpfs:file { read getattr map };
18 allow dex2oat dalvikcache_data_file:lnk_file read;
27 allow dex2oat asec_apk_file:file { read map };
28 allow dex2oat unlabeled:file { read map };
29 allow dex2oat oemfs:file { read map };
32 allow dex2oat user_profile_data_file:file { getattr read lock map };
36 allow dex2oat { privapp_data_file app_data_file }:file { getattr read write lock map };
45 # Allow dex2oat to read files under /postinstall (e.g. APKs under /system, /system/bin/linker).
48 allow dex2oat postinstall_file:lnk_file { getattr read };
[all …]
/system/sepolicy/prebuilts/api/29.0/private/
Ddex2oat.te10 allow dex2oat vendor_framework_file:file { getattr open read map };
12 allow dex2oat tmpfs:file { read getattr map };
18 allow dex2oat dalvikcache_data_file:lnk_file read;
27 allow dex2oat asec_apk_file:file { read map };
28 allow dex2oat unlabeled:file { read map };
29 allow dex2oat oemfs:file { read map };
32 allow dex2oat user_profile_data_file:file { getattr read lock map };
36 allow dex2oat { privapp_data_file app_data_file }:file { getattr read write lock map };
45 # Allow dex2oat to read files under /postinstall (e.g. APKs under /system, /system/bin/linker).
48 allow dex2oat postinstall_file:lnk_file { getattr read };
[all …]
/system/core/libmemunreachable/
DProcessMappings.h29 bool read; member
35 Mapping(uintptr_t begin, uintptr_t end, bool read, bool write, bool execute, const char* name) in Mapping()
36 : begin(begin), end(end), read(read), write(write), execute(execute) { in Mapping()

12345678910>>...37