sepolicy: Allow screen mirroring

Change-Id: I1e0947cda5d9b2415ab9a4acd8c67fc9a9ac7539
This commit is contained in:
Sean McCreary 2018-03-26 13:11:20 -06:00
parent 42b685b6cd
commit f73995efd1
1 changed files with 4 additions and 0 deletions

View File

@ -7,3 +7,7 @@ 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 screen mirroring
allow mediaserver system_file:file execmod;
allow mediaserver tee_device:chr_file { ioctl open read write };