xref: /aosp_15_r20/system/sepolicy/private/file.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1*e4a36f41SAndroid Build Coastguard Worker# /proc/config.gz
2*e4a36f41SAndroid Build Coastguard Workertype config_gz, fs_type, proc_type;
3*e4a36f41SAndroid Build Coastguard Worker
4*e4a36f41SAndroid Build Coastguard Worker# /sys/fs/bpf/<dir> for mainline tethering use
5*e4a36f41SAndroid Build Coastguard Worker# TODO: move S+ fs_bpf_tethering here from public/file.te
6*e4a36f41SAndroid Build Coastguard Workertype fs_bpf_net_private, fs_type, bpffs_type;
7*e4a36f41SAndroid Build Coastguard Workertype fs_bpf_net_shared, fs_type, bpffs_type;
8*e4a36f41SAndroid Build Coastguard Workertype fs_bpf_netd_readonly, fs_type, bpffs_type;
9*e4a36f41SAndroid Build Coastguard Workertype fs_bpf_netd_shared, fs_type, bpffs_type;
10*e4a36f41SAndroid Build Coastguard Workertype fs_bpf_loader, fs_type, bpffs_type;
11*e4a36f41SAndroid Build Coastguard Workertype fs_bpf_uprobestats, fs_type, bpffs_type;
12*e4a36f41SAndroid Build Coastguard Workertype fs_bpf_memevents, fs_type, bpffs_type;
13*e4a36f41SAndroid Build Coastguard Worker
14*e4a36f41SAndroid Build Coastguard Worker# /data/misc/storaged
15*e4a36f41SAndroid Build Coastguard Workertype storaged_data_file, file_type, data_file_type, core_data_file_type;
16*e4a36f41SAndroid Build Coastguard Worker
17*e4a36f41SAndroid Build Coastguard Worker# /data/misc/wmtrace for wm traces
18*e4a36f41SAndroid Build Coastguard Workertype wm_trace_data_file, file_type, data_file_type, core_data_file_type, mlstrustedobject;
19*e4a36f41SAndroid Build Coastguard Worker
20*e4a36f41SAndroid Build Coastguard Worker# /data/misc/a11ytrace for accessibility traces
21*e4a36f41SAndroid Build Coastguard Workertype accessibility_trace_data_file, file_type, data_file_type, core_data_file_type;
22*e4a36f41SAndroid Build Coastguard Worker
23*e4a36f41SAndroid Build Coastguard Worker# /data/misc/perfetto-traces for perfetto traces
24*e4a36f41SAndroid Build Coastguard Workertype perfetto_traces_data_file, file_type, data_file_type, core_data_file_type;
25*e4a36f41SAndroid Build Coastguard Worker
26*e4a36f41SAndroid Build Coastguard Worker# /data/misc/perfetto-traces/bugreport for perfetto traces for bugreports.
27*e4a36f41SAndroid Build Coastguard Workertype perfetto_traces_bugreport_data_file, file_type, data_file_type, core_data_file_type;
28*e4a36f41SAndroid Build Coastguard Worker
29*e4a36f41SAndroid Build Coastguard Worker# /data/misc/perfetto-traces/profiling for perfetto traces from profiling apis.
30*e4a36f41SAndroid Build Coastguard Workertype perfetto_traces_profiling_data_file, file_type, data_file_type, core_data_file_type;
31*e4a36f41SAndroid Build Coastguard Worker
32*e4a36f41SAndroid Build Coastguard Worker# /data/misc/perfetto-configs for perfetto configs
33*e4a36f41SAndroid Build Coastguard Workertype perfetto_configs_data_file, file_type, data_file_type, core_data_file_type;
34*e4a36f41SAndroid Build Coastguard Worker
35*e4a36f41SAndroid Build Coastguard Worker# /system/etc/perfetto for perfetto configs
36*e4a36f41SAndroid Build Coastguard Workertype system_perfetto_config_file, file_type, system_file_type;
37*e4a36f41SAndroid Build Coastguard Worker
38*e4a36f41SAndroid Build Coastguard Worker# /data/misc/uprobestats-configs for uprobestats configs
39*e4a36f41SAndroid Build Coastguard Workertype uprobestats_configs_data_file, file_type, data_file_type, core_data_file_type;
40*e4a36f41SAndroid Build Coastguard Worker
41*e4a36f41SAndroid Build Coastguard Worker# /apex/com.android.art/bin/oatdump
42*e4a36f41SAndroid Build Coastguard Worker# TODO (b/350628688): Remove this once it's safe to do so.
43*e4a36f41SAndroid Build Coastguard Workertype oatdump_exec, system_file_type, exec_type, file_type;
44*e4a36f41SAndroid Build Coastguard Worker
45*e4a36f41SAndroid Build Coastguard Worker# /data/misc_{ce/de}/<user>/sdksandbox root data directory for sdk sandbox processes
46*e4a36f41SAndroid Build Coastguard Workertype sdk_sandbox_system_data_file, file_type, data_file_type, core_data_file_type;
47*e4a36f41SAndroid Build Coastguard Worker# /data/misc_{ce/de}/<user>/sdksandbox/<app-name>/* subdirectory for sdk sandbox processes
48*e4a36f41SAndroid Build Coastguard Workertype sdk_sandbox_data_file, file_type, data_file_type, core_data_file_type, app_data_file_type;
49*e4a36f41SAndroid Build Coastguard Worker
50*e4a36f41SAndroid Build Coastguard Worker# /sys/kernel/debug/kcov for coverage guided kernel fuzzing in userdebug builds.
51*e4a36f41SAndroid Build Coastguard Workertype debugfs_kcov, fs_type, debugfs_type;
52*e4a36f41SAndroid Build Coastguard Worker
53*e4a36f41SAndroid Build Coastguard Worker# App executable files in /data/data directories
54*e4a36f41SAndroid Build Coastguard Workertype app_exec_data_file, file_type, data_file_type, core_data_file_type;
55*e4a36f41SAndroid Build Coastguard Workertypealias app_exec_data_file alias rs_data_file;
56*e4a36f41SAndroid Build Coastguard Worker
57*e4a36f41SAndroid Build Coastguard Worker# /data/misc_[ce|de]/rollback : Used by installd to store snapshots
58*e4a36f41SAndroid Build Coastguard Worker# of application data.
59*e4a36f41SAndroid Build Coastguard Workertype rollback_data_file, file_type, data_file_type, core_data_file_type;
60*e4a36f41SAndroid Build Coastguard Worker
61*e4a36f41SAndroid Build Coastguard Worker# /data/misc_ce/checkin for checkin apps.
62*e4a36f41SAndroid Build Coastguard Workertype checkin_data_file, file_type, data_file_type, core_data_file_type;
63*e4a36f41SAndroid Build Coastguard Worker
64*e4a36f41SAndroid Build Coastguard Worker# /data/gsi/ota
65*e4a36f41SAndroid Build Coastguard Workertype ota_image_data_file, file_type, data_file_type, core_data_file_type;
66*e4a36f41SAndroid Build Coastguard Worker
67*e4a36f41SAndroid Build Coastguard Worker# /data/gsi_persistent_data
68*e4a36f41SAndroid Build Coastguard Workertype gsi_persistent_data_file, file_type, data_file_type, core_data_file_type;
69*e4a36f41SAndroid Build Coastguard Worker
70*e4a36f41SAndroid Build Coastguard Worker# /data/misc/emergencynumberdb
71*e4a36f41SAndroid Build Coastguard Workertype emergency_data_file, file_type, data_file_type, core_data_file_type;
72*e4a36f41SAndroid Build Coastguard Worker
73*e4a36f41SAndroid Build Coastguard Worker# /data/misc/profcollectd
74*e4a36f41SAndroid Build Coastguard Workertype profcollectd_data_file, file_type, data_file_type, core_data_file_type;
75*e4a36f41SAndroid Build Coastguard Worker
76*e4a36f41SAndroid Build Coastguard Worker# /data/misc/apexdata/com.android.art
77*e4a36f41SAndroid Build Coastguard Workertype apex_art_data_file, file_type, data_file_type, core_data_file_type, apex_data_file_type;
78*e4a36f41SAndroid Build Coastguard Worker
79*e4a36f41SAndroid Build Coastguard Worker# /data/misc/apexdata/com.android.art/staging
80*e4a36f41SAndroid Build Coastguard Workertype apex_art_staging_data_file, file_type, data_file_type, core_data_file_type;
81*e4a36f41SAndroid Build Coastguard Worker
82*e4a36f41SAndroid Build Coastguard Worker# /data/misc/apexdata/com.android.compos
83*e4a36f41SAndroid Build Coastguard Workertype apex_compos_data_file, file_type, data_file_type, core_data_file_type, apex_data_file_type;
84*e4a36f41SAndroid Build Coastguard Worker
85*e4a36f41SAndroid Build Coastguard Worker# /data/misc/apexdata/com.android.virt
86*e4a36f41SAndroid Build Coastguard Workertype apex_virt_data_file, file_type, data_file_type, core_data_file_type, apex_data_file_type;
87*e4a36f41SAndroid Build Coastguard Worker
88*e4a36f41SAndroid Build Coastguard Worker# /data/misc/apexdata/com.android.tethering
89*e4a36f41SAndroid Build Coastguard Workertype apex_tethering_data_file, file_type, data_file_type, core_data_file_type, apex_data_file_type;
90*e4a36f41SAndroid Build Coastguard Worker
91*e4a36f41SAndroid Build Coastguard Worker# /data/misc/apexdata/com.android.uwb
92*e4a36f41SAndroid Build Coastguard Workertype apex_uwb_data_file, file_type, data_file_type, core_data_file_type, apex_data_file_type;
93*e4a36f41SAndroid Build Coastguard Worker
94*e4a36f41SAndroid Build Coastguard Worker# legacy labels for various /data/misc[_ce|_de]/*/apexdata directories - retained
95*e4a36f41SAndroid Build Coastguard Worker# for backward compatibility b/217581286
96*e4a36f41SAndroid Build Coastguard Workertype apex_appsearch_data_file, file_type, data_file_type, core_data_file_type, apex_data_file_type;
97*e4a36f41SAndroid Build Coastguard Workertype apex_permission_data_file, file_type, data_file_type, core_data_file_type, apex_data_file_type;
98*e4a36f41SAndroid Build Coastguard Workertype apex_scheduling_data_file, file_type, data_file_type, core_data_file_type, apex_data_file_type;
99*e4a36f41SAndroid Build Coastguard Workertype apex_wifi_data_file, file_type, data_file_type, core_data_file_type, apex_data_file_type;
100*e4a36f41SAndroid Build Coastguard Worker
101*e4a36f41SAndroid Build Coastguard Worker# /data/font/files
102*e4a36f41SAndroid Build Coastguard Workertype font_data_file, file_type, data_file_type, core_data_file_type;
103*e4a36f41SAndroid Build Coastguard Worker
104*e4a36f41SAndroid Build Coastguard Worker# /data/misc/dmesgd
105*e4a36f41SAndroid Build Coastguard Workertype dmesgd_data_file, file_type, data_file_type, core_data_file_type;
106*e4a36f41SAndroid Build Coastguard Worker
107*e4a36f41SAndroid Build Coastguard Worker# /data/misc/odrefresh
108*e4a36f41SAndroid Build Coastguard Workertype odrefresh_data_file, file_type, data_file_type, core_data_file_type;
109*e4a36f41SAndroid Build Coastguard Worker
110*e4a36f41SAndroid Build Coastguard Worker# /data/misc/odsign
111*e4a36f41SAndroid Build Coastguard Workertype odsign_data_file, file_type, data_file_type, core_data_file_type;
112*e4a36f41SAndroid Build Coastguard Worker
113*e4a36f41SAndroid Build Coastguard Worker# /data/misc/odsign_metrics
114*e4a36f41SAndroid Build Coastguard Workertype odsign_metrics_file, file_type, data_file_type, core_data_file_type;
115*e4a36f41SAndroid Build Coastguard Worker
116*e4a36f41SAndroid Build Coastguard Worker# /data/misc/virtualizationservice
117*e4a36f41SAndroid Build Coastguard Worker# The type needs to be mlstrustedobject to allow for being accessed from
118*e4a36f41SAndroid Build Coastguard Worker# virtualizationmanager, which runs at a more constrained MLS level.
119*e4a36f41SAndroid Build Coastguard Workertype virtualizationservice_data_file, file_type, data_file_type, core_data_file_type, mlstrustedobject;
120*e4a36f41SAndroid Build Coastguard Worker
121*e4a36f41SAndroid Build Coastguard Worker# /mnt/vm
122*e4a36f41SAndroid Build Coastguard Workertype vm_data_file, file_type, core_data_file_type;
123*e4a36f41SAndroid Build Coastguard Worker
124*e4a36f41SAndroid Build Coastguard Worker# /data/system/environ
125*e4a36f41SAndroid Build Coastguard Workertype environ_system_data_file, file_type, data_file_type, core_data_file_type;
126*e4a36f41SAndroid Build Coastguard Worker
127*e4a36f41SAndroid Build Coastguard Worker# /data/misc/bootanim
128*e4a36f41SAndroid Build Coastguard Workertype bootanim_data_file, file_type, data_file_type, core_data_file_type;
129*e4a36f41SAndroid Build Coastguard Worker
130*e4a36f41SAndroid Build Coastguard Worker# /dev/kvm
131*e4a36f41SAndroid Build Coastguard Worker# The type needs to be mlstrustedobject to allow for being accessed from
132*e4a36f41SAndroid Build Coastguard Worker# crosvm, which runs at a more constrained MLS level.
133*e4a36f41SAndroid Build Coastguard Workertype kvm_device, dev_type, mlstrustedobject, vm_manager_device_type;
134*e4a36f41SAndroid Build Coastguard Worker
135*e4a36f41SAndroid Build Coastguard Worker# /apex/com.android.virt/bin/fd_server
136*e4a36f41SAndroid Build Coastguard Workertype fd_server_exec, system_file_type, exec_type, file_type;
137*e4a36f41SAndroid Build Coastguard Worker
138*e4a36f41SAndroid Build Coastguard Worker# /apex/com.android.compos/bin/compsvc
139*e4a36f41SAndroid Build Coastguard Workertype compos_exec, exec_type, file_type, system_file_type;
140*e4a36f41SAndroid Build Coastguard Worker# /apex/com.android.compos/bin/compos_key_helper
141*e4a36f41SAndroid Build Coastguard Workertype compos_key_helper_exec, exec_type, file_type, system_file_type;
142*e4a36f41SAndroid Build Coastguard Worker
143*e4a36f41SAndroid Build Coastguard Worker# Filesystem entry for for PRNG seeder socket.  Processes require
144*e4a36f41SAndroid Build Coastguard Worker# write permission on this to connect, and needs to be mlstrustedobject
145*e4a36f41SAndroid Build Coastguard Worker# in to satisfy MLS constraints for trusted domains.
146*e4a36f41SAndroid Build Coastguard Workertype prng_seeder_socket, file_type, coredomain_socket, mlstrustedobject;
147*e4a36f41SAndroid Build Coastguard Worker
148*e4a36f41SAndroid Build Coastguard Worker# /proc/device-tree/avf and /sys/firmware/devicetree/base/avf
149*e4a36f41SAndroid Build Coastguard Workertype sysfs_dt_avf, fs_type, sysfs_type;
150*e4a36f41SAndroid Build Coastguard Workertype proc_dt_avf, fs_type, proc_type;
151*e4a36f41SAndroid Build Coastguard Worker
152*e4a36f41SAndroid Build Coastguard Worker# Type for /system/fonts/font_fallback.xm
153*e4a36f41SAndroid Build Coastguard Workertype system_font_fallback_file, system_file_type, file_type;
154*e4a36f41SAndroid Build Coastguard Worker
155*e4a36f41SAndroid Build Coastguard Worker# Type for /sys/devices/uprobe.
156*e4a36f41SAndroid Build Coastguard Workertype sysfs_uprobe, fs_type, sysfs_type;
157*e4a36f41SAndroid Build Coastguard Worker
158*e4a36f41SAndroid Build Coastguard Worker# Type for aconfig daemon socket
159*e4a36f41SAndroid Build Coastguard Workertype aconfigd_socket, file_type, coredomain_socket, mlstrustedobject;
160*e4a36f41SAndroid Build Coastguard Worker
161*e4a36f41SAndroid Build Coastguard Worker# Type for aconfig mainline daemon socket
162*e4a36f41SAndroid Build Coastguard Workertype aconfigd_mainline_socket, file_type, coredomain_socket,  mlstrustedobject;
163*e4a36f41SAndroid Build Coastguard Worker
164*e4a36f41SAndroid Build Coastguard Worker# Type for /(system|system_ext|product)/etc/aconfig
165*e4a36f41SAndroid Build Coastguard Workertype system_aconfig_storage_file, system_file_type, file_type;
166*e4a36f41SAndroid Build Coastguard Worker
167*e4a36f41SAndroid Build Coastguard Worker# Type for /vendor/etc/aconfig
168*e4a36f41SAndroid Build Coastguard Workertype vendor_aconfig_storage_file, vendor_file_type, file_type;
169*e4a36f41SAndroid Build Coastguard Worker
170*e4a36f41SAndroid Build Coastguard Worker# /data/misc/connectivityblobdb
171*e4a36f41SAndroid Build Coastguard Workertype connectivityblob_data_file, file_type, data_file_type, core_data_file_type;
172*e4a36f41SAndroid Build Coastguard Worker
173*e4a36f41SAndroid Build Coastguard Worker# /data/misc/wifi/mainline_supplicant
174*e4a36f41SAndroid Build Coastguard Workertype mainline_supplicant_data_file, file_type, data_file_type, core_data_file_type;
175*e4a36f41SAndroid Build Coastguard Worker
176*e4a36f41SAndroid Build Coastguard Worker# Type for /mnt/pre_reboot_dexopt
177*e4a36f41SAndroid Build Coastguard Workertype pre_reboot_dexopt_file, file_type;
178*e4a36f41SAndroid Build Coastguard Worker
179*e4a36f41SAndroid Build Coastguard Worker# Type for /mnt/artd_tmp in the Pre-reboot Dexopt chroot
180*e4a36f41SAndroid Build Coastguard Worker# This type is set on the directory through the `rootcontext=` mount option.
181*e4a36f41SAndroid Build Coastguard Workertype pre_reboot_dexopt_artd_file, file_type;
182*e4a36f41SAndroid Build Coastguard Worker
183*e4a36f41SAndroid Build Coastguard Worker# /data/app-metadata - extracted app metadata bundles from APKs
184*e4a36f41SAndroid Build Coastguard Workertype apk_metadata_file, file_type, data_file_type, core_data_file_type;
185*e4a36f41SAndroid Build Coastguard Worker
186*e4a36f41SAndroid Build Coastguard Worker# Type for /sys/kernel/mm/pgsize_migration/enabled
187*e4a36f41SAndroid Build Coastguard Workertype sysfs_pgsize_migration, fs_type, sysfs_type;
188*e4a36f41SAndroid Build Coastguard Worker
189*e4a36f41SAndroid Build Coastguard Worker# /sys/firmware/acpi/tables
190*e4a36f41SAndroid Build Coastguard Workertype sysfs_firmware_acpi_tables, fs_type, sysfs_type;
191*e4a36f41SAndroid Build Coastguard Worker
192*e4a36f41SAndroid Build Coastguard Worker# Allow files to be created in their appropriate filesystems.
193*e4a36f41SAndroid Build Coastguard Workerallow fs_type self:filesystem associate;
194*e4a36f41SAndroid Build Coastguard Workerallow cgroup tmpfs:filesystem associate;
195*e4a36f41SAndroid Build Coastguard Workerallow cgroup_v2 tmpfs:filesystem associate;
196*e4a36f41SAndroid Build Coastguard Workerallow cgroup_rc_file tmpfs:filesystem associate;
197*e4a36f41SAndroid Build Coastguard Workerallow sysfs_type sysfs:filesystem associate;
198*e4a36f41SAndroid Build Coastguard Workerallow debugfs_type { debugfs debugfs_tracing debugfs_tracing_debug }:filesystem associate;
199*e4a36f41SAndroid Build Coastguard Workerallow file_type labeledfs:filesystem associate;
200*e4a36f41SAndroid Build Coastguard Workerallow file_type tmpfs:filesystem associate;
201*e4a36f41SAndroid Build Coastguard Workerallow file_type rootfs:filesystem associate;
202*e4a36f41SAndroid Build Coastguard Workerallow dev_type tmpfs:filesystem associate;
203*e4a36f41SAndroid Build Coastguard Workerallow app_fuse_file app_fusefs:filesystem associate;
204*e4a36f41SAndroid Build Coastguard Workerallow postinstall_file self:filesystem associate;
205*e4a36f41SAndroid Build Coastguard Workerallow proc_net proc:filesystem associate;
206*e4a36f41SAndroid Build Coastguard Worker
207*e4a36f41SAndroid Build Coastguard Worker# It's a bug to assign the file_type attribute and fs_type attribute
208*e4a36f41SAndroid Build Coastguard Worker# to any type. Do not allow it.
209*e4a36f41SAndroid Build Coastguard Worker#
210*e4a36f41SAndroid Build Coastguard Worker# For example, the following is a bug:
211*e4a36f41SAndroid Build Coastguard Worker#   type apk_data_file, file_type, data_file_type, fs_type;
212*e4a36f41SAndroid Build Coastguard Worker# Should be:
213*e4a36f41SAndroid Build Coastguard Worker#   type apk_data_file, file_type, data_file_type;
214*e4a36f41SAndroid Build Coastguard Workerneverallow fs_type file_type:filesystem associate;
215*e4a36f41SAndroid Build Coastguard Worker# app directories of storage areas: /data/storage_area/userId/pkgName -- apps cannot write to it
216*e4a36f41SAndroid Build Coastguard Workertype storage_area_app_dir, file_type, data_file_type, core_data_file_type, app_data_file_type;
217*e4a36f41SAndroid Build Coastguard Worker# app storage areas: /data/storage_area/userId/pkgName/storageAreaName
218*e4a36f41SAndroid Build Coastguard Workertype storage_area_dir, file_type, data_file_type, core_data_file_type, app_data_file_type;
219*e4a36f41SAndroid Build Coastguard Worker# contents of app storage areas: /data/storage_area/userId/pkgName/storageAreaName/*
220*e4a36f41SAndroid Build Coastguard Workertype storage_area_content_file, file_type, data_file_type, core_data_file_type, app_data_file_type;
221*e4a36f41SAndroid Build Coastguard Worker
222*e4a36f41SAndroid Build Coastguard Worker# /data/misc_ce/userId/storage_area_keys
223*e4a36f41SAndroid Build Coastguard Workertype storage_area_key_file, file_type, data_file_type, core_data_file_type;
224*e4a36f41SAndroid Build Coastguard Worker
225*e4a36f41SAndroid Build Coastguard Worker# /metadata/tradeinmode files
226*e4a36f41SAndroid Build Coastguard Workertype tradeinmode_metadata_file, file_type;
227*e4a36f41SAndroid Build Coastguard Worker
228*e4a36f41SAndroid Build Coastguard Worker# /metadata/prefetch files
229*e4a36f41SAndroid Build Coastguard Workertype prefetch_metadata_file, file_type;
230*e4a36f41SAndroid Build Coastguard Worker
231*e4a36f41SAndroid Build Coastguard Worker# Types added in 202504 in public/file.te
232*e4a36f41SAndroid Build Coastguard Workeruntil_board_api(202504, `
233*e4a36f41SAndroid Build Coastguard Worker    type binderfs_logs_transactions, fs_type;
234*e4a36f41SAndroid Build Coastguard Worker    type binderfs_logs_transaction_history, fs_type;
235*e4a36f41SAndroid Build Coastguard Worker')
236*e4a36f41SAndroid Build Coastguard Worker
237*e4a36f41SAndroid Build Coastguard Workeruntil_board_api(202504, `
238*e4a36f41SAndroid Build Coastguard Worker    type proc_cgroups, fs_type, proc_type;
239*e4a36f41SAndroid Build Coastguard Worker')
240*e4a36f41SAndroid Build Coastguard Worker
241*e4a36f41SAndroid Build Coastguard Workeruntil_board_api(202504, `
242*e4a36f41SAndroid Build Coastguard Worker    type sysfs_udc, fs_type, sysfs_type;
243*e4a36f41SAndroid Build Coastguard Worker')
244*e4a36f41SAndroid Build Coastguard Worker
245*e4a36f41SAndroid Build Coastguard Workeruntil_board_api(202504, `
246*e4a36f41SAndroid Build Coastguard Worker    type fs_bpf_lmkd_memevents_rb, fs_type, bpffs_type;
247*e4a36f41SAndroid Build Coastguard Worker    type fs_bpf_lmkd_memevents_prog, fs_type, bpffs_type;
248*e4a36f41SAndroid Build Coastguard Worker')
249*e4a36f41SAndroid Build Coastguard Worker
250*e4a36f41SAndroid Build Coastguard Workeruntil_board_api(202504, `
251*e4a36f41SAndroid Build Coastguard Worker    # boot otas for 16KB developer option
252*e4a36f41SAndroid Build Coastguard Worker    type vendor_boot_ota_file, vendor_file_type, file_type;
253*e4a36f41SAndroid Build Coastguard Worker')
254*e4a36f41SAndroid Build Coastguard Worker
255*e4a36f41SAndroid Build Coastguard Workeruntil_board_api(202504, `
256*e4a36f41SAndroid Build Coastguard Worker    type tee_service_contexts_file, system_file_type, file_type;
257*e4a36f41SAndroid Build Coastguard Worker')
258*e4a36f41SAndroid Build Coastguard Worker
259*e4a36f41SAndroid Build Coastguard Worker## END Types added in 202504 in public/file.te
260*e4a36f41SAndroid Build Coastguard Worker
261