Skip to content
Snippets Groups Projects
Commit c4e4eef7 authored by Alex Klyubin's avatar Alex Klyubin Committed by android-build-merger
Browse files

Merge "tee no longer violates the socket comms ban" into oc-dev am: e311d669

am: 8e7b0763

Change-Id: I90e02a9387f4efa001454be7c4351e10c92ae7f9
parents 445ccc48 8e7b0763
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,6 @@ typeattribute tee domain_deprecated; ...@@ -6,10 +6,6 @@ typeattribute tee domain_deprecated;
type tee_exec, exec_type, file_type; type tee_exec, exec_type, file_type;
init_daemon_domain(tee) init_daemon_domain(tee)
# TODO(b/36714625, b/36715266): Remove this once drmserver, mediaserver, and surfaceflinger no
# longer communicate with tee daemon over sockets
typeattribute tee socket_between_core_and_vendor_violators;
allow tee self:capability { dac_override }; allow tee self:capability { dac_override };
allow tee tee_device:chr_file rw_file_perms; allow tee tee_device:chr_file rw_file_perms;
allow tee tee_data_file:dir rw_dir_perms; allow tee tee_data_file:dir rw_dir_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment