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

  /external/sepolicy/
isolated_app.te 16 allow isolated_app app_data_file:file { read write getattr lock };
29 neverallow isolated_app app_data_file:file open;
mls 70 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject);
72 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject);
81 (t2 == app_data_file or l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
84 (t2 == app_data_file or l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
89 (t2 == app_data_file or l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
92 (t2 == app_data_file or l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
untrusted_app.te 30 allow untrusted_app app_data_file:file { rx_file_perms execmod };
system_server.te 250 allow system_server { system_app_data_file bluetooth_data_file nfc_data_file radio_data_file shell_data_file app_data_file }:dir { getattr read search };
263 allow system_server { system_app_data_file bluetooth_data_file nfc_data_file radio_data_file shell_data_file app_data_file }:file { getattr read write };
448 neverallow system_server { bluetooth_data_file nfc_data_file shell_data_file app_data_file }:file open;

Completed in 1198 milliseconds