Skip to content
Snippets Groups Projects
Commit f6a0ca25 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am eb5b76aa: Merge "Mark asec_apk_file as mlstrustedobject."

* commit 'eb5b76aa':
  Mark asec_apk_file as mlstrustedobject.
parents 6435c10a eb5b76aa
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ type efs_file, file_type; ...@@ -111,7 +111,7 @@ type efs_file, file_type;
# Type for wallpaper file. # Type for wallpaper file.
type wallpaper_file, file_type, mlstrustedobject; type wallpaper_file, file_type, mlstrustedobject;
# /mnt/asec # /mnt/asec
type asec_apk_file, file_type, data_file_type; type asec_apk_file, file_type, data_file_type, mlstrustedobject;
# Elements of asec files (/mnt/asec) that are world readable # Elements of asec files (/mnt/asec) that are world readable
type asec_public_file, file_type, data_file_type; type asec_public_file, file_type, data_file_type;
# /data/app-asec # /data/app-asec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment