3
0
Fork 0

sepolicy: Address SELinux denials

Change-Id: Ice8f2890fbade59d063097ac3ee3647f24e8d3ad
This commit is contained in:
Caio Schnepper 2015-08-29 00:31:10 -03:00 committed by Gerrit Code Review
parent 8cb3d6004a
commit 1c708f0110
4 changed files with 4 additions and 1 deletions

View File

@ -162,6 +162,7 @@ BOARD_SEPOLICY_UNION += \
dumpstate.te \
file.te \
file_contexts \
healthd.te \
init.te \
kernel.te \
mediaserver.te \

1
selinux/healthd.te Normal file
View File

@ -0,0 +1 @@
allow healthd device:dir r_dir_perms;

View File

@ -3,3 +3,4 @@ allow system_server sysfs_display:file { read write getattr open };
allow system_server efs_file:dir { search };
allow system_server efs_file:file { read open write };
allow system_server efs_device_file:dir search;
allow system_server fuse:dir search;

View File

@ -1,3 +1,3 @@
allow vold sdcard_external:file rw_file_perms;
allow vold efs_device_file:dir rw_file_perms;
allow vold efs_device_file:dir rw_dir_perms;
allow vold efs_device_file:file rw_file_perms;