Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c90eb18 authored by Jan Altensen's avatar Jan Altensen
Browse files

Merge branch 'epic13-s-bringup' into 'v1-s'

Port changes from v1-r

See merge request !8
parents 127a2d35 aa2947ea
Loading
Loading
Loading
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;
+9 −0
Original line number Diff line number Diff line
@@ -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;
+1 −0
Original line number Diff line number Diff line
@@ -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;
+1 −0
Original line number Diff line number Diff line
@@ -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
+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;