Skip to content
Snippets Groups Projects
Commit 0435c746 authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

Merge "drop /data/app-lib support"

am: 30ad239d

* commit '30ad239d':
  drop /data/app-lib support

Change-Id: I0db7df0554d998dd1f2265d2e186640a83133b7a
parents d266768a 30ad239d
No related branches found
No related tags found
No related merge requests found
......@@ -70,10 +70,6 @@ allow appdomain surfaceflinger:unix_stream_socket { read write setopt getattr ge
allow { appdomain -isolated_app } app_data_file:dir create_dir_perms;
allow { appdomain -isolated_app } app_data_file:notdevfile_class_set create_file_perms;
# lib subdirectory of /data/data dir is system-owned.
allow appdomain system_data_file:dir r_dir_perms;
allow appdomain system_data_file:file { execute execute_no_trans open execmod };
# Traverse into expanded storage
allow appdomain mnt_expand_file:dir r_dir_perms;
......
......@@ -392,7 +392,6 @@ neverallow { domain userdebug_or_eng(`-dumpstate -shell -su') } su_exec:file no_
# which, long term, need to go away.
neverallow * {
file_type
-system_data_file
-apk_data_file
-app_data_file
-asec_public_file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment