OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apk_tmp_file
(Results
1 - 6
of
6
) sorted by null
/external/sepolicy/
platform_app.te
16
allow platform_app {
apk_tmp_file
apk_private_tmp_file }:dir rw_dir_perms;
17
allow platform_app {
apk_tmp_file
apk_private_tmp_file }:file rw_file_perms;
untrusted_app.te
100
allow untrusted_app {
apk_tmp_file
apk_private_tmp_file }:dir r_dir_perms;
101
allow untrusted_app {
apk_tmp_file
apk_private_tmp_file }:file r_file_perms;
system_server.te
183
allow system_server
apk_tmp_file
:dir create_dir_perms;
184
allow system_server
apk_tmp_file
:file create_file_perms;
262
allow system_server {
apk_tmp_file
apk_private_tmp_file }:{ dir file } { relabelfrom relabelto };
app.te
308
apk_tmp_file
:dir_file_class_set
file_contexts
189
/data/app/vmdl.*\.tmp(/.*)? u:object_r:
apk_tmp_file
:s0
/packages/experimental/SELinux/CTS/src/
example_input_policy.conf
[
all
...]
Completed in 2538 milliseconds