commit | f3722d5a715992c74b567efd71179955b41c9157 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon May 22 23:45:40 2023 +0000 |
committer | Steven Moreland <smoreland@google.com> | Tue May 23 00:01:27 2023 +0000 |
tree | a0df365a9592651fcbfbc557ff4bc175aa9f1c6d | |
parent | b56bf68763bcb2a47fae192b57c8b67d9fcd25c3 [diff] [blame] |
strengthen app_data_file neverallows There are more types of apps now. Bug: 281877578 Test: boot Change-Id: I1918de8610070f6fac0e933d75c656e4ee0cfbdd
diff --git a/private/dex2oat.te b/private/dex2oat.te index ea9ab9c..23f7444 100644 --- a/private/dex2oat.te +++ b/private/dex2oat.te
@@ -110,4 +110,4 @@ # Neverallow # ############## -neverallow dex2oat { privapp_data_file app_data_file }:notdevfile_class_set open; +neverallow dex2oat app_data_file_type:notdevfile_class_set open;