Loading common/private/netd.te 0 → 100644 +1 −0 Original line number Diff line number Diff line allow netd platform_app:unix_stream_socket connectto; common/private/platform_app.te +9 −0 Original line number Diff line number Diff line Loading @@ -9,3 +9,12 @@ hal_client_domain(platform_app, hal_lineage_livedisplay) # Allow PowerShare HAL service to be found hal_client_domain(platform_app, hal_lineage_powershare) # allow platform_app to create named pipes (used for realm support) allow platform_app fuse:fifo_file create; allow platform_app app_data_file:fifo_file create_file_perms; allow platform_app app_data_file:fifo_file open; allow platform_app rs_exec:file rx_file_perms; # Allow platform apps to execute files in /data allow platform_app app_data_file:file execute; common/private/service.te +1 −0 Original line number Diff line number Diff line Loading @@ -4,3 +4,4 @@ type lineage_globalactions_service, system_api_service, system_server_service, s type lineage_livedisplay_service, system_api_service, system_server_service, service_manager_type; type lineage_profile_service, system_api_service, system_server_service, service_manager_type; type lineage_trust_service, system_api_service, system_server_service, service_manager_type; type lineage_weather_service, system_api_service, system_server_service, service_manager_type; common/private/service_contexts +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lineageglobalactions u:object_r:lineage_globalactions_servi lineagehardware u:object_r:lineage_hardware_service:s0 lineagelivedisplay u:object_r:lineage_livedisplay_service:s0 lineagetrust u:object_r:lineage_trust_service:s0 lineageweather u:object_r:lineage_weather_service:s0 profile u:object_r:lineage_profile_service:s0 adbroot_service u:object_r:adbroot_service:s0 common/private/untrusted_app.te +1 −0 Original line number Diff line number Diff line allow untrusted_app_all lineage_profile_service:service_manager find; allow untrusted_app_all lineage_weather_service:service_manager find; Loading
common/private/netd.te 0 → 100644 +1 −0 Original line number Diff line number Diff line allow netd platform_app:unix_stream_socket connectto;
common/private/platform_app.te +9 −0 Original line number Diff line number Diff line Loading @@ -9,3 +9,12 @@ hal_client_domain(platform_app, hal_lineage_livedisplay) # Allow PowerShare HAL service to be found hal_client_domain(platform_app, hal_lineage_powershare) # allow platform_app to create named pipes (used for realm support) allow platform_app fuse:fifo_file create; allow platform_app app_data_file:fifo_file create_file_perms; allow platform_app app_data_file:fifo_file open; allow platform_app rs_exec:file rx_file_perms; # Allow platform apps to execute files in /data allow platform_app app_data_file:file execute;
common/private/service.te +1 −0 Original line number Diff line number Diff line Loading @@ -4,3 +4,4 @@ type lineage_globalactions_service, system_api_service, system_server_service, s type lineage_livedisplay_service, system_api_service, system_server_service, service_manager_type; type lineage_profile_service, system_api_service, system_server_service, service_manager_type; type lineage_trust_service, system_api_service, system_server_service, service_manager_type; type lineage_weather_service, system_api_service, system_server_service, service_manager_type;
common/private/service_contexts +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lineageglobalactions u:object_r:lineage_globalactions_servi lineagehardware u:object_r:lineage_hardware_service:s0 lineagelivedisplay u:object_r:lineage_livedisplay_service:s0 lineagetrust u:object_r:lineage_trust_service:s0 lineageweather u:object_r:lineage_weather_service:s0 profile u:object_r:lineage_profile_service:s0 adbroot_service u:object_r:adbroot_service:s0
common/private/untrusted_app.te +1 −0 Original line number Diff line number Diff line allow untrusted_app_all lineage_profile_service:service_manager find; allow untrusted_app_all lineage_weather_service:service_manager find;