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

am cbfe9d57: am c01f7fd1: system_server: remove appdomain:file write

* commit 'cbfe9d57':
  system_server: remove appdomain:file write
parents 7b2d879b cbfe9d57
No related branches found
No related tags found
No related merge requests found
...@@ -88,9 +88,6 @@ allow system_server mediaserver:process { getsched setsched }; ...@@ -88,9 +88,6 @@ allow system_server mediaserver:process { getsched setsched };
# all processes on the device. # all processes on the device.
r_dir_file(system_server, domain) r_dir_file(system_server, domain)
# Write to /proc/pid/oom_adj_score for apps.
allow system_server appdomain:file write;
# Read/Write to /proc/net/xt_qtaguid/ctrl and and /dev/xt_qtaguid. # Read/Write to /proc/net/xt_qtaguid/ctrl and and /dev/xt_qtaguid.
allow system_server qtaguid_proc:file rw_file_perms; allow system_server qtaguid_proc:file rw_file_perms;
allow system_server qtaguid_device:chr_file rw_file_perms; allow system_server qtaguid_device:chr_file rw_file_perms;
......
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