Inseob Kim | bbae4a9 | 2020-03-19 17:49:08 +0900 | [diff] [blame] | 1 | # Properties used only in /system |
2 | system_internal_prop(adbd_prop) | ||||
David Anderson | 09bb944 | 2020-11-13 00:45:59 -0800 | [diff] [blame] | 3 | system_internal_prop(ctl_snapuserd_prop) |
Yi Kong | 0ac0072 | 2020-10-27 02:29:52 +0800 | [diff] [blame] | 4 | system_internal_prop(device_config_profcollect_native_boot_prop) |
Tej Singh | dd0988f | 2020-11-17 19:26:23 -0800 | [diff] [blame] | 5 | system_internal_prop(device_config_statsd_native_prop) |
6 | system_internal_prop(device_config_statsd_native_boot_prop) | ||||
Inseob Kim | bbae4a9 | 2020-03-19 17:49:08 +0900 | [diff] [blame] | 7 | system_internal_prop(device_config_storage_native_boot_prop) |
8 | system_internal_prop(device_config_sys_traced_prop) | ||||
9 | system_internal_prop(device_config_window_manager_native_boot_prop) | ||||
10 | system_internal_prop(device_config_configuration_prop) | ||||
Xiao Ma | 2d6c9f0 | 2021-02-02 10:27:38 +0000 | [diff] [blame] | 11 | system_internal_prop(device_config_connectivity_prop) |
Nick Chalko | 81a4dd4 | 2021-02-11 09:12:51 -0800 | [diff] [blame] | 12 | system_internal_prop(device_config_swcodec_native_prop) |
rnlee | b6142ec | 2021-06-29 13:48:27 -0700 | [diff] [blame^] | 13 | system_internal_prop(device_config_surface_flinger_native_boot_prop) |
Hongguang Chen | 91a5f4e | 2020-04-23 23:43:13 -0700 | [diff] [blame] | 14 | system_internal_prop(fastbootd_protocol_prop) |
Inseob Kim | bbae4a9 | 2020-03-19 17:49:08 +0900 | [diff] [blame] | 15 | system_internal_prop(gsid_prop) |
16 | system_internal_prop(init_perf_lsm_hooks_prop) | ||||
Inseob Kim | 15e5e0a | 2020-05-14 19:43:08 +0900 | [diff] [blame] | 17 | system_internal_prop(init_service_status_private_prop) |
Inseob Kim | bbae4a9 | 2020-03-19 17:49:08 +0900 | [diff] [blame] | 18 | system_internal_prop(init_svc_debug_prop) |
Paul Crowley | b0c5571 | 2021-02-23 08:40:05 -0800 | [diff] [blame] | 19 | system_internal_prop(keystore_listen_prop) |
Inseob Kim | bbae4a9 | 2020-03-19 17:49:08 +0900 | [diff] [blame] | 20 | system_internal_prop(last_boot_reason_prop) |
Alexander Mishkovets | f0be89b | 2020-07-08 23:11:03 +0200 | [diff] [blame] | 21 | system_internal_prop(localization_prop) |
Primiano Tucci | cd45230 | 2020-10-09 09:15:10 +0100 | [diff] [blame] | 22 | system_internal_prop(lower_kptr_restrict_prop) |
Lorenzo Colitti | 082ebd2 | 2021-03-10 14:45:07 +0900 | [diff] [blame] | 23 | system_internal_prop(net_464xlat_fromvendor_prop) |
Lorenzo Colitti | 26d3d4a | 2021-03-10 15:31:36 +0900 | [diff] [blame] | 24 | system_internal_prop(net_connectivity_prop) |
Inseob Kim | bbae4a9 | 2020-03-19 17:49:08 +0900 | [diff] [blame] | 25 | system_internal_prop(netd_stable_secret_prop) |
Martijn Coenen | f2e4ee6 | 2021-03-16 08:34:30 +0100 | [diff] [blame] | 26 | system_internal_prop(odsign_prop) |
Michael Rosenfeld | 3ccbebb | 2021-02-10 18:45:35 -0800 | [diff] [blame] | 27 | system_internal_prop(perf_drop_caches_prop) |
Inseob Kim | bbae4a9 | 2020-03-19 17:49:08 +0900 | [diff] [blame] | 28 | system_internal_prop(pm_prop) |
Yi Kong | 9b65845 | 2021-03-22 22:02:22 +0800 | [diff] [blame] | 29 | system_internal_prop(profcollectd_node_id_prop) |
JW Wang | 0f8cf04 | 2021-02-24 14:29:06 +0800 | [diff] [blame] | 30 | system_internal_prop(rollback_test_prop) |
Inseob Kim | d5a0448 | 2020-11-05 22:17:26 +0900 | [diff] [blame] | 31 | system_internal_prop(setupwizard_prop) |
Inseob Kim | bbae4a9 | 2020-03-19 17:49:08 +0900 | [diff] [blame] | 32 | system_internal_prop(system_adbd_prop) |
33 | system_internal_prop(traced_perf_enabled_prop) | ||||
34 | system_internal_prop(userspace_reboot_log_prop) | ||||
35 | system_internal_prop(userspace_reboot_test_prop) | ||||
Inseob Kim | d5a0448 | 2020-11-05 22:17:26 +0900 | [diff] [blame] | 36 | system_internal_prop(verity_status_prop) |
37 | system_internal_prop(zygote_wrap_prop) | ||||
hkuang | de370e5 | 2021-05-14 12:52:54 -0700 | [diff] [blame] | 38 | system_internal_prop(ctl_mediatranscoding_prop) |
Inseob Kim | bbae4a9 | 2020-03-19 17:49:08 +0900 | [diff] [blame] | 39 | |
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 40 | ### |
41 | ### Neverallow rules | ||||
42 | ### | ||||
43 | |||||
44 | treble_sysprop_neverallow(` | ||||
45 | |||||
Inseob Kim | afc0993 | 2020-09-28 13:32:43 +0900 | [diff] [blame] | 46 | enforce_sysprop_owner(` |
47 | neverallow domain { | ||||
48 | property_type | ||||
49 | -system_property_type | ||||
50 | -product_property_type | ||||
51 | -vendor_property_type | ||||
52 | }:file no_rw_file_perms; | ||||
53 | ') | ||||
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 54 | |
55 | neverallow { domain -coredomain } { | ||||
56 | system_property_type | ||||
57 | system_internal_property_type | ||||
58 | -system_restricted_property_type | ||||
59 | -system_public_property_type | ||||
60 | }:file no_rw_file_perms; | ||||
61 | |||||
62 | neverallow { domain -coredomain } { | ||||
63 | system_property_type | ||||
64 | -system_public_property_type | ||||
65 | }:property_service set; | ||||
66 | |||||
67 | # init is in coredomain, but should be able to read/write all props. | ||||
68 | # dumpstate is also in coredomain, but should be able to read all props. | ||||
69 | neverallow { coredomain -init -dumpstate } { | ||||
70 | vendor_property_type | ||||
71 | vendor_internal_property_type | ||||
72 | -vendor_restricted_property_type | ||||
73 | -vendor_public_property_type | ||||
74 | }:file no_rw_file_perms; | ||||
75 | |||||
76 | neverallow { coredomain -init } { | ||||
77 | vendor_property_type | ||||
78 | -vendor_public_property_type | ||||
79 | }:property_service set; | ||||
80 | |||||
81 | ') | ||||
82 | |||||
83 | # There is no need to perform ioctl or advisory locking operations on | ||||
84 | # property files. If this neverallow is being triggered, it is | ||||
85 | # likely that the policy is using r_file_perms directly instead of | ||||
86 | # the get_prop() macro. | ||||
87 | neverallow domain property_type:file { ioctl lock }; | ||||
88 | |||||
89 | neverallow * { | ||||
90 | core_property_type | ||||
91 | -audio_prop | ||||
92 | -config_prop | ||||
93 | -cppreopt_prop | ||||
94 | -dalvik_prop | ||||
95 | -debuggerd_prop | ||||
96 | -debug_prop | ||||
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 97 | -dhcp_prop |
98 | -dumpstate_prop | ||||
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 99 | -fingerprint_prop |
100 | -logd_prop | ||||
101 | -net_radio_prop | ||||
102 | -nfc_prop | ||||
103 | -ota_prop | ||||
104 | -pan_result_prop | ||||
105 | -persist_debug_prop | ||||
106 | -powerctl_prop | ||||
107 | -radio_prop | ||||
108 | -restorecon_prop | ||||
109 | -shell_prop | ||||
110 | -system_prop | ||||
Inseob Kim | dc1e501 | 2020-04-27 21:13:01 +0900 | [diff] [blame] | 111 | -usb_prop |
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 112 | -vold_prop |
113 | }:file no_rw_file_perms; | ||||
114 | |||||
115 | # sigstop property is only used for debugging; should only be set by su which is permissive | ||||
116 | # for userdebug/eng | ||||
117 | neverallow { | ||||
118 | domain | ||||
119 | -init | ||||
120 | -vendor_init | ||||
121 | } ctl_sigstop_prop:property_service set; | ||||
122 | |||||
123 | # Don't audit legacy ctl. property handling. We only want the newer permission check to appear | ||||
124 | # in the audit log | ||||
125 | dontaudit domain { | ||||
126 | ctl_bootanim_prop | ||||
127 | ctl_bugreport_prop | ||||
128 | ctl_console_prop | ||||
129 | ctl_default_prop | ||||
130 | ctl_dumpstate_prop | ||||
131 | ctl_fuse_prop | ||||
132 | ctl_mdnsd_prop | ||||
133 | ctl_rildaemon_prop | ||||
134 | }:property_service set; | ||||
135 | |||||
136 | neverallow { | ||||
137 | domain | ||||
138 | -init | ||||
139 | } init_svc_debug_prop:property_service set; | ||||
140 | |||||
141 | neverallow { | ||||
142 | domain | ||||
143 | -init | ||||
144 | -dumpstate | ||||
145 | userdebug_or_eng(`-su') | ||||
146 | } init_svc_debug_prop:file no_rw_file_perms; | ||||
147 | |||||
148 | compatible_property_only(` | ||||
149 | # Prevent properties from being set | ||||
150 | neverallow { | ||||
151 | domain | ||||
152 | -coredomain | ||||
153 | -appdomain | ||||
154 | -vendor_init | ||||
155 | } { | ||||
156 | core_property_type | ||||
157 | extended_core_property_type | ||||
158 | exported_config_prop | ||||
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 159 | exported_default_prop |
160 | exported_dumpstate_prop | ||||
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 161 | exported_system_prop |
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 162 | exported3_system_prop |
Inseob Kim | dc1e501 | 2020-04-27 21:13:01 +0900 | [diff] [blame] | 163 | usb_control_prop |
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 164 | -nfc_prop |
165 | -powerctl_prop | ||||
166 | -radio_prop | ||||
167 | }:property_service set; | ||||
168 | |||||
169 | neverallow { | ||||
170 | domain | ||||
171 | -coredomain | ||||
172 | -appdomain | ||||
173 | -hal_nfc_server | ||||
174 | } { | ||||
175 | nfc_prop | ||||
176 | }:property_service set; | ||||
177 | |||||
178 | neverallow { | ||||
179 | domain | ||||
180 | -coredomain | ||||
181 | -appdomain | ||||
182 | -hal_telephony_server | ||||
183 | -vendor_init | ||||
184 | } { | ||||
Inseob Kim | acd02fc | 2020-07-28 15:17:24 +0900 | [diff] [blame] | 185 | radio_control_prop |
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 186 | }:property_service set; |
187 | |||||
188 | neverallow { | ||||
189 | domain | ||||
190 | -coredomain | ||||
191 | -appdomain | ||||
192 | -hal_telephony_server | ||||
193 | } { | ||||
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 194 | radio_prop |
195 | }:property_service set; | ||||
196 | |||||
197 | neverallow { | ||||
198 | domain | ||||
199 | -coredomain | ||||
200 | -bluetooth | ||||
201 | -hal_bluetooth_server | ||||
202 | } { | ||||
203 | bluetooth_prop | ||||
204 | }:property_service set; | ||||
205 | |||||
206 | neverallow { | ||||
207 | domain | ||||
208 | -coredomain | ||||
209 | -bluetooth | ||||
210 | -hal_bluetooth_server | ||||
211 | -vendor_init | ||||
212 | } { | ||||
213 | exported_bluetooth_prop | ||||
214 | }:property_service set; | ||||
215 | |||||
216 | neverallow { | ||||
217 | domain | ||||
218 | -coredomain | ||||
219 | -hal_camera_server | ||||
220 | -cameraserver | ||||
221 | -vendor_init | ||||
222 | } { | ||||
223 | exported_camera_prop | ||||
224 | }:property_service set; | ||||
225 | |||||
226 | neverallow { | ||||
227 | domain | ||||
228 | -coredomain | ||||
229 | -hal_wifi_server | ||||
230 | -wificond | ||||
231 | } { | ||||
232 | wifi_prop | ||||
233 | }:property_service set; | ||||
234 | |||||
235 | neverallow { | ||||
236 | domain | ||||
Inseob Kim | 3dbf3d8 | 2020-06-25 21:20:42 +0900 | [diff] [blame] | 237 | -init |
238 | -dumpstate | ||||
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 239 | -hal_wifi_server |
240 | -wificond | ||||
241 | -vendor_init | ||||
242 | } { | ||||
Inseob Kim | 3dbf3d8 | 2020-06-25 21:20:42 +0900 | [diff] [blame] | 243 | wifi_hal_prop |
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 244 | }:property_service set; |
245 | |||||
246 | # Prevent properties from being read | ||||
247 | neverallow { | ||||
248 | domain | ||||
249 | -coredomain | ||||
250 | -appdomain | ||||
251 | -vendor_init | ||||
252 | } { | ||||
253 | core_property_type | ||||
Inseob Kim | d8c39d9 | 2020-04-20 19:36:33 +0900 | [diff] [blame] | 254 | dalvik_config_prop |
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 255 | extended_core_property_type |
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 256 | exported3_system_prop |
Inseob Kim | fd2d6ec | 2020-04-01 10:01:16 +0900 | [diff] [blame] | 257 | systemsound_config_prop |
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 258 | -debug_prop |
259 | -logd_prop | ||||
260 | -nfc_prop | ||||
261 | -powerctl_prop | ||||
262 | -radio_prop | ||||
263 | }:file no_rw_file_perms; | ||||
264 | |||||
265 | neverallow { | ||||
266 | domain | ||||
267 | -coredomain | ||||
268 | -appdomain | ||||
269 | -hal_nfc_server | ||||
270 | } { | ||||
271 | nfc_prop | ||||
272 | }:file no_rw_file_perms; | ||||
273 | |||||
274 | neverallow { | ||||
275 | domain | ||||
276 | -coredomain | ||||
277 | -appdomain | ||||
278 | -hal_telephony_server | ||||
279 | } { | ||||
280 | radio_prop | ||||
281 | }:file no_rw_file_perms; | ||||
282 | |||||
283 | neverallow { | ||||
284 | domain | ||||
285 | -coredomain | ||||
286 | -bluetooth | ||||
287 | -hal_bluetooth_server | ||||
288 | } { | ||||
289 | bluetooth_prop | ||||
290 | }:file no_rw_file_perms; | ||||
291 | |||||
292 | neverallow { | ||||
293 | domain | ||||
294 | -coredomain | ||||
295 | -hal_wifi_server | ||||
296 | -wificond | ||||
297 | } { | ||||
298 | wifi_prop | ||||
299 | }:file no_rw_file_perms; | ||||
Benjamin Schwartz | 3e4d97b | 2020-10-30 13:55:21 -0700 | [diff] [blame] | 300 | |
301 | neverallow { | ||||
302 | domain | ||||
Benjamin Schwartz | c171a1d | 2021-04-20 09:13:02 -0700 | [diff] [blame] | 303 | -coredomain |
304 | -vendor_init | ||||
Benjamin Schwartz | 3e4d97b | 2020-10-30 13:55:21 -0700 | [diff] [blame] | 305 | } { |
306 | suspend_prop | ||||
307 | }:property_service set; | ||||
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 308 | ') |
309 | |||||
310 | compatible_property_only(` | ||||
311 | # Neverallow coredomain to set vendor properties | ||||
312 | neverallow { | ||||
313 | coredomain | ||||
314 | -init | ||||
315 | -system_writes_vendor_properties_violators | ||||
316 | } { | ||||
317 | property_type | ||||
318 | -system_property_type | ||||
319 | -extended_core_property_type | ||||
320 | }:property_service set; | ||||
321 | ') | ||||
322 | |||||
323 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 324 | domain |
Inseob Kim | bfb3708 | 2020-04-27 23:49:15 +0900 | [diff] [blame] | 325 | -coredomain |
326 | -vendor_init | ||||
327 | } { | ||||
328 | ffs_config_prop | ||||
329 | ffs_control_prop | ||||
330 | }:file no_rw_file_perms; | ||||
331 | |||||
332 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 333 | domain |
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 334 | -init |
335 | -system_server | ||||
336 | } { | ||||
337 | userspace_reboot_log_prop | ||||
338 | }:property_service set; | ||||
339 | |||||
340 | neverallow { | ||||
341 | # Only allow init and system_server to set system_adbd_prop | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 342 | domain |
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 343 | -init |
344 | -system_server | ||||
345 | } { | ||||
346 | system_adbd_prop | ||||
347 | }:property_service set; | ||||
348 | |||||
Josh Gao | 0cac6fd | 2020-10-28 13:56:23 -0700 | [diff] [blame] | 349 | # Let (vendor_)init, adbd, and system_server set service.adb.tcp.port |
350 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 351 | domain |
Josh Gao | 0cac6fd | 2020-10-28 13:56:23 -0700 | [diff] [blame] | 352 | -init |
353 | -vendor_init | ||||
354 | -adbd | ||||
355 | -system_server | ||||
356 | } { | ||||
357 | adbd_config_prop | ||||
358 | }:property_service set; | ||||
359 | |||||
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 360 | neverallow { |
361 | # Only allow init and adbd to set adbd_prop | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 362 | domain |
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 363 | -init |
364 | -adbd | ||||
365 | } { | ||||
366 | adbd_prop | ||||
367 | }:property_service set; | ||||
368 | |||||
369 | neverallow { | ||||
370 | # Only allow init and shell to set userspace_reboot_test_prop | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 371 | domain |
Inseob Kim | 55e5c9b | 2020-03-04 17:20:35 +0900 | [diff] [blame] | 372 | -init |
373 | -shell | ||||
374 | } { | ||||
375 | userspace_reboot_test_prop | ||||
376 | }:property_service set; | ||||
Inseob Kim | 721d921 | 2020-04-24 21:25:17 +0900 | [diff] [blame] | 377 | |
378 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 379 | domain |
Inseob Kim | 721d921 | 2020-04-24 21:25:17 +0900 | [diff] [blame] | 380 | -init |
381 | -system_server | ||||
382 | -vendor_init | ||||
383 | } { | ||||
384 | surfaceflinger_color_prop | ||||
385 | }:property_service set; | ||||
Inseob Kim | 9add20f | 2020-05-06 22:20:35 +0900 | [diff] [blame] | 386 | |
387 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 388 | domain |
Inseob Kim | 9add20f | 2020-05-06 22:20:35 +0900 | [diff] [blame] | 389 | -init |
390 | } { | ||||
391 | libc_debug_prop | ||||
392 | }:property_service set; | ||||
Inseob Kim | 36aeb16 | 2020-05-08 20:42:25 +0900 | [diff] [blame] | 393 | |
Mitch Phillips | eaf1404 | 2020-12-03 17:23:06 -0800 | [diff] [blame] | 394 | # Allow the shell to set MTE props, so that non-root users with adb shell |
395 | # access can control the settings on their device. | ||||
396 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 397 | domain |
Mitch Phillips | eaf1404 | 2020-12-03 17:23:06 -0800 | [diff] [blame] | 398 | -init |
399 | -shell | ||||
400 | } { | ||||
401 | arm64_memtag_prop | ||||
402 | }:property_service set; | ||||
403 | |||||
Inseob Kim | 36aeb16 | 2020-05-08 20:42:25 +0900 | [diff] [blame] | 404 | neverallow { |
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 405 | domain |
Inseob Kim | 36aeb16 | 2020-05-08 20:42:25 +0900 | [diff] [blame] | 406 | -init |
407 | -system_server | ||||
408 | -vendor_init | ||||
409 | } zram_control_prop:property_service set; | ||||
Inseob Kim | 1337e15 | 2020-05-12 22:51:48 +0900 | [diff] [blame] | 410 | |
411 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 412 | domain |
Inseob Kim | 1337e15 | 2020-05-12 22:51:48 +0900 | [diff] [blame] | 413 | -init |
414 | -system_server | ||||
415 | -vendor_init | ||||
416 | } dalvik_runtime_prop:property_service set; | ||||
Inseob Kim | dc1e501 | 2020-04-27 21:13:01 +0900 | [diff] [blame] | 417 | |
418 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 419 | domain |
Inseob Kim | dc1e501 | 2020-04-27 21:13:01 +0900 | [diff] [blame] | 420 | -coredomain |
421 | -vendor_init | ||||
422 | } { | ||||
423 | usb_config_prop | ||||
424 | usb_control_prop | ||||
425 | }:property_service set; | ||||
Inseob Kim | 3b82aec | 2020-05-14 01:38:40 +0900 | [diff] [blame] | 426 | |
427 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 428 | domain |
Inseob Kim | 3b82aec | 2020-05-14 01:38:40 +0900 | [diff] [blame] | 429 | -init |
430 | -system_server | ||||
431 | } { | ||||
432 | provisioned_prop | ||||
433 | retaildemo_prop | ||||
434 | }:property_service set; | ||||
435 | |||||
436 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 437 | domain |
Inseob Kim | 3b82aec | 2020-05-14 01:38:40 +0900 | [diff] [blame] | 438 | -coredomain |
439 | -vendor_init | ||||
440 | } { | ||||
441 | provisioned_prop | ||||
442 | retaildemo_prop | ||||
443 | }:file no_rw_file_perms; | ||||
Inseob Kim | 15e5e0a | 2020-05-14 19:43:08 +0900 | [diff] [blame] | 444 | |
445 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 446 | domain |
Inseob Kim | 15e5e0a | 2020-05-14 19:43:08 +0900 | [diff] [blame] | 447 | -init |
448 | } { | ||||
449 | init_service_status_private_prop | ||||
450 | init_service_status_prop | ||||
451 | }:property_service set; | ||||
Inseob Kim | ad63170 | 2020-05-14 21:47:43 +0900 | [diff] [blame] | 452 | |
453 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 454 | domain |
Inseob Kim | ad63170 | 2020-05-14 21:47:43 +0900 | [diff] [blame] | 455 | -init |
456 | -radio | ||||
457 | -appdomain | ||||
458 | -hal_telephony_server | ||||
Inseob Kim | 285da2f | 2020-06-04 20:29:43 +0900 | [diff] [blame] | 459 | not_compatible_property(`-vendor_init') |
Inseob Kim | ad63170 | 2020-05-14 21:47:43 +0900 | [diff] [blame] | 460 | } telephony_status_prop:property_service set; |
Peiyong Lin | 37dea07 | 2020-06-03 12:20:41 -0700 | [diff] [blame] | 461 | |
462 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 463 | domain |
Peiyong Lin | 37dea07 | 2020-06-03 12:20:41 -0700 | [diff] [blame] | 464 | -init |
465 | -vendor_init | ||||
466 | } { | ||||
467 | graphics_config_prop | ||||
468 | }:property_service set; | ||||
Inseob Kim | 6ffdf1b | 2020-06-16 20:00:41 +0900 | [diff] [blame] | 469 | |
470 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 471 | domain |
Amy Hsu | 0f352fb | 2020-06-15 17:04:12 +0800 | [diff] [blame] | 472 | -init |
Midas Chien | 0d0391f | 2020-06-17 22:13:21 +0800 | [diff] [blame] | 473 | -surfaceflinger |
Amy Hsu | 0f352fb | 2020-06-15 17:04:12 +0800 | [diff] [blame] | 474 | } { |
475 | surfaceflinger_display_prop | ||||
476 | }:property_service set; | ||||
477 | |||||
Inseob Kim | 072b014 | 2020-06-16 20:00:41 +0900 | [diff] [blame] | 478 | neverallow { |
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 479 | domain |
Inseob Kim | 5eacf72 | 2020-07-01 01:27:49 +0900 | [diff] [blame] | 480 | -coredomain |
481 | -appdomain | ||||
Inseob Kim | 6ffdf1b | 2020-06-16 20:00:41 +0900 | [diff] [blame] | 482 | -vendor_init |
Inseob Kim | 6ffdf1b | 2020-06-16 20:00:41 +0900 | [diff] [blame] | 483 | } packagemanager_config_prop:file no_rw_file_perms; |
Inseob Kim | 04f435c | 2020-07-07 12:46:24 +0900 | [diff] [blame] | 484 | |
485 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 486 | domain |
Inseob Kim | 04f435c | 2020-07-07 12:46:24 +0900 | [diff] [blame] | 487 | -coredomain |
488 | -vendor_init | ||||
489 | } keyguard_config_prop:file no_rw_file_perms; | ||||
Alexander Mishkovets | f0be89b | 2020-07-08 23:11:03 +0200 | [diff] [blame] | 490 | |
491 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 492 | domain |
Alexander Mishkovets | f0be89b | 2020-07-08 23:11:03 +0200 | [diff] [blame] | 493 | -init |
494 | } { | ||||
495 | localization_prop | ||||
496 | }:property_service set; | ||||
Inseob Kim | c80b024 | 2020-07-16 22:25:47 +0900 | [diff] [blame] | 497 | |
498 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 499 | domain |
Inseob Kim | c80b024 | 2020-07-16 22:25:47 +0900 | [diff] [blame] | 500 | -init |
501 | -vendor_init | ||||
502 | -dumpstate | ||||
503 | -system_app | ||||
504 | } oem_unlock_prop:file no_rw_file_perms; | ||||
505 | |||||
506 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 507 | domain |
Inseob Kim | c80b024 | 2020-07-16 22:25:47 +0900 | [diff] [blame] | 508 | -coredomain |
509 | -vendor_init | ||||
510 | } storagemanager_config_prop:file no_rw_file_perms; | ||||
511 | |||||
512 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 513 | domain |
Inseob Kim | c80b024 | 2020-07-16 22:25:47 +0900 | [diff] [blame] | 514 | -init |
515 | -vendor_init | ||||
516 | -dumpstate | ||||
517 | -appdomain | ||||
518 | } sendbug_config_prop:file no_rw_file_perms; | ||||
Inseob Kim | c97a97c | 2020-07-20 20:26:07 +0900 | [diff] [blame] | 519 | |
520 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 521 | domain |
Inseob Kim | c97a97c | 2020-07-20 20:26:07 +0900 | [diff] [blame] | 522 | -init |
523 | -vendor_init | ||||
524 | -dumpstate | ||||
525 | -appdomain | ||||
526 | } camera_calibration_prop:file no_rw_file_perms; | ||||
Inseob Kim | 46dd4be | 2020-08-18 11:25:32 +0900 | [diff] [blame] | 527 | |
528 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 529 | domain |
Inseob Kim | 46dd4be | 2020-08-18 11:25:32 +0900 | [diff] [blame] | 530 | -init |
531 | -dumpstate | ||||
Jeff Vander Stoep | 684d25b | 2020-08-25 11:41:00 +0200 | [diff] [blame] | 532 | -hal_dumpstate_server |
Inseob Kim | 46dd4be | 2020-08-18 11:25:32 +0900 | [diff] [blame] | 533 | not_compatible_property(`-vendor_init') |
534 | } hal_dumpstate_config_prop:file no_rw_file_perms; | ||||
Primiano Tucci | cd45230 | 2020-10-09 09:15:10 +0100 | [diff] [blame] | 535 | |
536 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 537 | domain |
Primiano Tucci | cd45230 | 2020-10-09 09:15:10 +0100 | [diff] [blame] | 538 | -init |
Yabin Cui | bd4c9e8 | 2021-03-18 11:15:36 -0700 | [diff] [blame] | 539 | userdebug_or_eng(`-profcollectd') |
Primiano Tucci | cd45230 | 2020-10-09 09:15:10 +0100 | [diff] [blame] | 540 | userdebug_or_eng(`-traced_probes') |
Florian Mayer | 167407d | 2020-11-11 11:01:36 +0000 | [diff] [blame] | 541 | userdebug_or_eng(`-traced_perf') |
Primiano Tucci | cd45230 | 2020-10-09 09:15:10 +0100 | [diff] [blame] | 542 | } { |
543 | lower_kptr_restrict_prop | ||||
544 | }:property_service set; | ||||
Janis Danisevskis | 202e863 | 2020-10-23 11:16:34 -0700 | [diff] [blame] | 545 | |
Inseob Kim | d5a0448 | 2020-11-05 22:17:26 +0900 | [diff] [blame] | 546 | neverallow { |
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 547 | domain |
Inseob Kim | d5a0448 | 2020-11-05 22:17:26 +0900 | [diff] [blame] | 548 | -init |
549 | } zygote_wrap_prop:property_service set; | ||||
550 | |||||
551 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 552 | domain |
Inseob Kim | d5a0448 | 2020-11-05 22:17:26 +0900 | [diff] [blame] | 553 | -init |
554 | } verity_status_prop:property_service set; | ||||
555 | |||||
556 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 557 | domain |
Inseob Kim | d5a0448 | 2020-11-05 22:17:26 +0900 | [diff] [blame] | 558 | -init |
559 | } setupwizard_prop:property_service set; | ||||
Inseob Kim | 9985566 | 2020-11-12 22:21:51 +0900 | [diff] [blame] | 560 | |
561 | # ro.product.property_source_order is useless after initialization of ro.product.* props. | ||||
562 | # So making it accessible only from init and vendor_init. | ||||
563 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 564 | domain |
Inseob Kim | 9985566 | 2020-11-12 22:21:51 +0900 | [diff] [blame] | 565 | -init |
566 | -dumpstate | ||||
567 | -vendor_init | ||||
568 | } build_config_prop:file no_rw_file_perms; | ||||
Inseob Kim | 0cef0fe | 2020-11-17 13:54:52 +0900 | [diff] [blame] | 569 | |
570 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 571 | domain |
Inseob Kim | 0cef0fe | 2020-11-17 13:54:52 +0900 | [diff] [blame] | 572 | -init |
573 | -shell | ||||
574 | } sqlite_log_prop:property_service set; | ||||
575 | |||||
576 | neverallow { | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 577 | domain |
Inseob Kim | 0cef0fe | 2020-11-17 13:54:52 +0900 | [diff] [blame] | 578 | -coredomain |
579 | -appdomain | ||||
580 | } sqlite_log_prop:file no_rw_file_perms; | ||||
Inseob Kim | 4c110ff | 2020-11-26 21:50:23 +0900 | [diff] [blame] | 581 | |
Inseob Kim | 5c011e5 | 2021-01-14 04:08:16 +0000 | [diff] [blame] | 582 | neverallow { |
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 583 | domain |
Inseob Kim | 5c011e5 | 2021-01-14 04:08:16 +0000 | [diff] [blame] | 584 | -init |
585 | } default_prop:property_service set; | ||||
586 | |||||
Inseob Kim | 4c110ff | 2020-11-26 21:50:23 +0900 | [diff] [blame] | 587 | # Only one of system_property_type and vendor_property_type can be assigned. |
588 | # Property types having both attributes won't be accessible from anywhere. | ||||
589 | neverallow domain system_and_vendor_property_type:{file property_service} *; | ||||
JW Wang | 0f8cf04 | 2021-02-24 14:29:06 +0800 | [diff] [blame] | 590 | |
591 | neverallow { | ||||
592 | # Only allow init and shell to set rollback_test_prop | ||||
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 593 | domain |
JW Wang | 0f8cf04 | 2021-02-24 14:29:06 +0800 | [diff] [blame] | 594 | -init |
595 | -shell | ||||
596 | } rollback_test_prop:property_service set; | ||||
Yi Kong | 9b65845 | 2021-03-22 22:02:22 +0800 | [diff] [blame] | 597 | |
598 | neverallow { | ||||
599 | # Only allow init and profcollectd to access profcollectd_node_id_prop | ||||
600 | domain | ||||
601 | -init | ||||
602 | -dumpstate | ||||
603 | -profcollectd | ||||
604 | } profcollectd_node_id_prop:file r_file_perms; | ||||
605 |