HomeSort by relevance Sort by last modified time
    Searched refs:anr_data_file (Results 1 - 12 of 12) sorted by null

  /system/sepolicy/prebuilts/api/26.0/private/
isolated_app.te 62 neverallow isolated_app anr_data_file:file ~{ open append };
63 neverallow isolated_app anr_data_file:dir ~search;
priv_app.te 66 allow priv_app anr_data_file:file r_file_perms;
app.te 142 allow appdomain anr_data_file:dir search;
143 allow appdomain anr_data_file:file { open append };
system_server.te 333 allow system_server anr_data_file:dir create_dir_perms;
334 allow system_server anr_data_file:file create_file_perms;
file_contexts 328 /data/anr(/.*)? u:object_r:anr_data_file:s0
  /system/sepolicy/private/
isolated_app.te 66 neverallow isolated_app anr_data_file:file ~{ open append };
67 neverallow isolated_app anr_data_file:dir ~search;
app.te 140 # TODO: All of these permissions except for anr_data_file:file append can be
143 allow appdomain anr_data_file:dir search;
144 allow appdomain anr_data_file:file { open append };
priv_app.te 65 allow priv_app anr_data_file:file r_file_perms;
system_server.te 349 # the system_server should never need to create a new anr_data_file:file or write
351 allow system_server anr_data_file:dir create_dir_perms;
352 allow system_server anr_data_file:file create_file_perms;
file_contexts 335 /data/anr(/.*)? u:object_r:anr_data_file:s0
  /system/sepolicy/public/
te_macros 481 allow $1 anr_data_file:file append;
  /system/sepolicy/prebuilts/api/26.0/public/
te_macros 471 allow $1 anr_data_file:file append;

Completed in 112 milliseconds