user=system seinfo=platform name=com.sony.timekeep domain=timekeep_app type=app_data_file # Why app_data_file and not system_app_data_file? # Because some daemon needs access to /data/data/com.sony.{timekeep,qcrilam} # This happens with system_app_data_file: # ContextImpl: Failed to ensure /data/user/0/com.sony.qcrilam/cache: mkdir failed: EACCES (Permission denied) # ContextImpl: Failed to update user.inode_cache: stat failed: EACCES (Permission denied) # ContextImpl: Failed to ensure /data/user_de/0/com.sony.qcrilam/code_cache: mkdir failed: EACCES (Permission denied) # ContextImpl: Failed to update user.inode_code_cache: stat failed: EACCES (Permission denied)