sanders: sepolicy: Fix more denials

This commit is contained in:
jhenrique09
2018-01-22 20:53:55 -02:00
committed by therootlord
parent b237828d88
commit 2081af0064
12 changed files with 43 additions and 15 deletions

View File

@@ -1,8 +1,9 @@
binder_call(platform_app, hal_sensors_default);
allow platform_app isdbt_device:chr_file rw_file_perms;
allow platform_app rootfs:dir getattr;
allow platform_app init:unix_stream_socket { read write };
allow platform_app hal_sensors_default:unix_stream_socket { read write };
get_prop(platform_app, camera_prop);
binder_call(platform_app, hal_sensors_default);
allow platform_app rootfs:dir getattr;
allow platform_app init:unix_stream_socket { read write };
allow platform_app hal_sensors_default:unix_stream_socket { read write };
allow platform_app qemu_hw_mainkeys_prop:file {getattr open read};