sepolicy: fix cameraserver denials

This commit is contained in:
Mister Oyster 2017-12-29 16:23:51 +01:00
parent cf3a08f180
commit d2a81148f9
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ allow cameraserver nvdata_file:dir rw_dir_perms;
allow cameraserver nvdata_file:file create_file_perms;
allow cameraserver ccci_device:chr_file rw_file_perms;
# nvram_device
allow cameraserver nvram_device:chr_file rw_file_perms;
allow cameraserver nvram_device:blk_file rw_file_perms;
# camera
allow cameraserver sensorservice_service:service_manager find;
allow cameraserver system_server:unix_stream_socket { read write };