[ALPS04021455] Fix selinux policy config for meta_tst audio part
[Detail] Fix selinux policy config for meta_tst audio part for android P [Solution] Fix selinux policy config for meta_tst audio part for android P MTK-Commit-Id: c8ad0a5f7b240cd44ca8bd961418e0ceb9b8ad65 Change-Id: Ibac06bd6122256c5067046a660b8c4e7d9de1051 CR-Id: ALPS04021455 Feature: SP META Tool
This commit is contained in:
parent
b540d0af18
commit
ea6f9e0d1c
@ -364,3 +364,14 @@ allow meta_tst self:capability net_raw;
|
||||
allow meta_tst self:tcp_socket { setopt bind create listen accept connect };
|
||||
allow meta_tst self:tcp_socket { read write };
|
||||
allow meta_tst self:udp_socket { write connect };
|
||||
|
||||
# Date : WK18.28
|
||||
# Operation: P migration
|
||||
# Purpose : AUDIO test, Allow meta_tst to write/read asound
|
||||
allow meta_tst proc_asound:dir { read search open };
|
||||
allow meta_tst proc_asound:file { read open getattr write };
|
||||
allow meta_tst mtk_audiohal_data_file:dir { read search open };
|
||||
allow meta_tst audiohal_prop:property_service set;
|
||||
allow meta_tst sysfs:file { read open };
|
||||
allow meta_tst sysfs_headset:file { read open };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user