sanders: sepolicy update

This commit is contained in:
Vachounet
2018-01-21 06:59:57 +01:00
committed by therootlord
parent 005c212c61
commit 2094c0db30
18 changed files with 92 additions and 22 deletions

View File

@@ -2,6 +2,12 @@ type adspd, domain;
type adspd_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(adspd)
binder_use(adspd)
binder_service(adspd)
binder_call(adspd, system_server)
allow adspd vendor_shell_exec:file entrypoint;
allow adspd audio_device:chr_file { ioctl open read write };
allow adspd audio_device:dir search;
allow adspd input_device:chr_file { ioctl open read };