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

resolve merge conflicts of 9cc3a580 to stage-aosp-master am: 8ba28103 am: 47566d65

am: 4f3b263c

Change-Id: Ifff790bf000689c2b93032762d0534d46f02f3ad
parents dd3c9614 4f3b263c
No related branches found
No related tags found
No related merge requests found
...@@ -457,3 +457,9 @@ neverallow { ...@@ -457,3 +457,9 @@ neverallow {
# Foreign dex profiles are just markers. Prevent apps to do anything but touch them. # Foreign dex profiles are just markers. Prevent apps to do anything but touch them.
neverallow appdomain user_profile_foreign_dex_data_file:file rw_file_perms; neverallow appdomain user_profile_foreign_dex_data_file:file rw_file_perms;
neverallow appdomain user_profile_foreign_dex_data_file:dir { open getattr read ioctl remove_name }; neverallow appdomain user_profile_foreign_dex_data_file:dir { open getattr read ioctl remove_name };
# Applications should use the activity model for receiving events
neverallow {
appdomain
-shell # bugreport
} input_device:chr_file ~getattr;
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