OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:app_data_file
(Results
1 - 5
of
5
) sorted by null
/system/sepolicy/
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);
isolated_app.te
16
allow isolated_app
app_data_file
:file { read write getattr lock };
41
neverallow isolated_app
app_data_file
:file open;
untrusted_app.te
30
allow untrusted_app
app_data_file
:file { rx_file_perms execmod };
186
-
app_data_file
# The apps sandbox itself
priv_app.te
16
allow priv_app
app_data_file
:file rx_file_perms;
system_server.te
285
allow system_server { system_app_data_file bluetooth_data_file nfc_data_file radio_data_file shell_data_file
app_data_file
autoplay_data_file }:dir { getattr read search };
298
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 };
554
neverallow system_server { bluetooth_data_file nfc_data_file shell_data_file
app_data_file
}:file open;
Completed in 238 milliseconds