Commit a4f4cb28 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "mediaserver: allow loading shared library with text relocation"

parents 0868e46e a2909504
......@@ -7,3 +7,6 @@ unix_socket_send(mediaserver, mpdecision, mpdecision)
# Permit mediaserver to create sockets with no specific SELinux class.
# TODO: Investigate the specific type of socket.
allow mediaserver self:socket create_socket_perms;
# For text relocations in /system/vendor/lib/libmmjpeg.so
allow mediaserver system_file:file execmod;
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment