Bug: 171942789 Bug: 178979986 Bug: 179310854 Bug: 178980065 Bug: 179198085 Bug: 178980032 Test: boot to home under enforcing mode Change-Id: Ic925dbbb74ca2ba38b22c982761c1e214886bfa1
14 lines
506 B
Text
14 lines
506 B
Text
# b/173971240
|
|
dontaudit tee persist_file:file { open };
|
|
dontaudit tee tee_data_file:lnk_file { read };
|
|
dontaudit tee mnt_vendor_file:dir { search };
|
|
dontaudit tee persist_file:dir { search };
|
|
dontaudit tee persist_file:file { open };
|
|
dontaudit tee persist_file:file { read write };
|
|
dontaudit tee persist_file:dir { search };
|
|
dontaudit tee mnt_vendor_file:dir { search };
|
|
dontaudit tee tee_data_file:lnk_file { read };
|
|
dontaudit tee persist_file:file { read write };
|
|
userdebug_or_eng(`
|
|
permissive tee;
|
|
')
|