land: Address denials

This commit is contained in:
Darshan Manjrekar 2017-12-25 23:08:52 +05:30
parent 7bff5b2a37
commit 70f1a47192
5 changed files with 5 additions and 0 deletions

View file

@ -7,5 +7,6 @@ allow fingerprintd tee_device:chr_file rw_file_perms;
allow fingerprintd uhid_device:chr_file rw_file_perms;
allow fingerprintd fpc_data_file:dir rw_dir_perms;
allow fingerprintd fpc_data_file:sock_file create_file_perms;
allow fingerprintd storage_file:dir search;
set_prop(fingerprintd, system_prop)
r_dir_file(fingerprintd, firmware_file)

View file

@ -1,2 +1,3 @@
allow init fingerprintd:binder { transfer call };
allow init gx_fpd_device:chr_file { write ioctl };
allow init sysfs_devices_system_cpu:dir write;

1
sepolicy/per_mgr.te Normal file
View file

@ -0,0 +1 @@
allow per_mgr self:capability net_raw;

1
sepolicy/priv_app.te Normal file
View file

@ -0,0 +1 @@
allow priv_app device:dir read;

View file

@ -1,2 +1,3 @@
allow qti_init_shell bluetooth_data_file:file r_file_perms;
allow qti_init_shell bluetooth_loader_exec:file { read open };
allow qti_init_shell proc:dir setattr;