Skip to content
Snippets Groups Projects
Commit 9e0ca36c authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Revert "Add permissions for screencap for dumpstate."

am: 9c571765

Change-Id: I5834ea1a451989905c893194857fc77f3bad529e
parents 5b9a78e4 9c571765
No related branches found
No related tags found
No related merge requests found
type screencap, domain;
type screencap_exec, exec_type, file_type;
typeattribute screencap coredomain;
......@@ -34,8 +35,6 @@ allow screencap mnt_user_file:dir search;
allow screencap mnt_user_file:lnk_file read;
allow screencap sdcardfs:dir { search write };
allow screencap sdcardfs:file { open write };
allow screencap shell_data_file:file create_file_perms;
allow screencap shell_data_file:dir rw_dir_perms;
allow screencap storage_file:dir search;
allow screencap storage_file:lnk_file read;
allow screencap tmpfs:dir search;
......@@ -925,7 +925,6 @@ neverallow {
-dumpstate
-installd
-init
-screencap
-shell
-vold
} shell_data_file:dir no_w_dir_perms;
......@@ -937,7 +936,6 @@ neverallow {
-dumpstate
-init
-installd
-screencap
-system_server # why?
userdebug_or_eng(`-uncrypt')
} shell_data_file:dir { open search };
......@@ -950,7 +948,6 @@ neverallow {
-appdomain
-dumpstate
-installd
-screencap
userdebug_or_eng(`-uncrypt')
} shell_data_file:file open;
......
type screencap, domain;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment