Skip to content
Snippets Groups Projects
Commit 8b624a1a authored by Tri Vo's avatar Tri Vo Committed by android-build-merger
Browse files

resolve merge conflicts of d07ab2fe to stage-aosp-master

am: 690de22d

Change-Id: I1cd29a8f72cb1cdb90f4f6459c9f231d2284a092
parents f7d5d2d9 690de22d
Branches
No related tags found
No related merge requests found
......@@ -392,6 +392,7 @@
# Misc data
/data/misc/adb(/.*)? u:object_r:adb_keys_file:s0
/data/misc/apns(/.*)? u:object_r:radio_data_file:s0
/data/misc/audio(/.*)? u:object_r:audio_data_file:s0
/data/misc/audioserver(/.*)? u:object_r:audioserver_data_file:s0
/data/misc/audiohal(/.*)? u:object_r:audiohal_data_file:s0
......
......@@ -178,7 +178,6 @@ userdebug_or_eng(`
allow {
untrusted_app_25
untrusted_app_27
ephemeral_app
priv_app
system_app
platform_app
......@@ -190,7 +189,6 @@ r_dir_file({ appdomain -ephemeral_app -isolated_app }, proc_net)
r_dir_file({
untrusted_app_25
untrusted_app_27
ephemeral_app
priv_app
system_app
platform_app
......@@ -201,7 +199,6 @@ r_dir_file({
allow {
untrusted_app_25
untrusted_app_27
ephemeral_app
priv_app
system_app
platform_app
......
......@@ -466,7 +466,7 @@ neverallow {
}:file no_x_file_perms;
# The test files and executables MUST not be accessible to any domain
neverallow domain nativetest_data_file:file_class_set no_w_file_perms;
neverallow { domain userdebug_or_eng(`-kernel') } nativetest_data_file:file_class_set no_w_file_perms;
neverallow domain nativetest_data_file:dir no_w_dir_perms;
neverallow { domain userdebug_or_eng(`-shell') } nativetest_data_file:file no_x_file_perms;
......
......@@ -69,7 +69,7 @@ allow kernel asec_image_file:file read;
# and for LTP kernel tests (b/73220071)
userdebug_or_eng(`
allow kernel update_engine_data_file:file read;
allow kernel nativetest_data_file:file read;
allow kernel nativetest_data_file:file { read write };
')
# Access to /data/media.
......
......@@ -56,6 +56,7 @@ dalvik.vm.method-trace-file u:object_r:exported_dalvik_prop:s0 exact string
dalvik.vm.method-trace-file-siz u:object_r:exported_dalvik_prop:s0 exact int
dalvik.vm.method-trace-stream u:object_r:exported_dalvik_prop:s0 exact bool
dalvik.vm.profilesystemserver u:object_r:exported_dalvik_prop:s0 exact bool
dalvik.vm.profilebootimage u:object_r:exported_dalvik_prop:s0 exact bool
dalvik.vm.stack-trace-dir u:object_r:exported_dalvik_prop:s0 exact string
dalvik.vm.usejit u:object_r:exported_dalvik_prop:s0 exact bool
dalvik.vm.usejitprofiles u:object_r:exported_dalvik_prop:s0 exact bool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment