Skip to content
Snippets Groups Projects
Commit 35102f58 authored by Stephen Smalley's avatar Stephen Smalley
Browse files

Drop rules for /data/misc/adb legacy type.


This should be obsoleted by the restorecon in
I30e4d2a1ae223a03eadee58a883c79932fff59fe .

Change-Id: Iaeacb1b720b4ac754c6b9baa114535adc1494df2
Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent 2a36dff6
No related branches found
No related tags found
No related merge requests found
......@@ -58,10 +58,6 @@ binder_call(adbd, surfaceflinger)
allow adbd adb_keys_file:dir search;
allow adbd adb_keys_file:file r_file_perms;
# Allow access in case /data/misc/adb still has the old type.
allow adbd system_data_file:dir search;
allow adbd system_data_file:file r_file_perms;
# ndk-gdb invokes adb forward to forward the gdbserver socket.
allow adbd app_data_file:dir search;
allow adbd app_data_file:sock_file write;
......
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