diff --git a/sepolicy/vendor/system_app.te b/sepolicy/vendor/system_app.te index 33c736f0..fcb9b318 100644 --- a/sepolicy/vendor/system_app.te +++ b/sepolicy/vendor/system_app.te @@ -1,5 +1,7 @@ allow system_app blkio_dev:dir search; +allow system_app hall_dev:dir r_dir_perms; allow system_app hall_dev:file rw_file_perms; +allow system_app hall_dev:lnk_file r_file_perms; allow system_app kcal_dev:dir search; allow system_app kcal_dev:file rw_file_perms; allow system_app proc_pagetypeinfo:file r_file_perms;