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

Commit 41756d15 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

remove sepolicy conflict

Change-Id: I904655573e42193e54a7ff7eaabdc382f00eee5c
parent 8f564276
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
$(call inherit-product, device/lineage/sepolicy/common/sepolicy.mk)
#$(call inherit-product, device/lineage/sepolicy/common/sepolicy.mk)
-include vendor/lineage/build/core/config.mk
-include vendor/lineage/build/core/apicheck.mk
+1 −1
Original line number Diff line number Diff line
type hal_graphics_allocator_default, domain; 
#type hal_graphics_allocator_default, domain; 
type proc_ged, file_type; 
allowxperm domain proc_ged:file ioctl { 0x6700-0x67ff };

+2 −2
Original line number Diff line number Diff line
type bt_firmware_file, file_type;
type rild, domain;
#type rild, domain;

#me.phh.treble.qti.audio is system-signed
allow system_app hal_telephony_hwservice:hwservice_manager { find };
allow { rild system_app } { rild system_app }:binder { call transfer };
allow { system_app } { system_app }:binder { call transfer };

#Pixel 1
type vnd_qcril_audio_hwservice, hwservice_manager_type;
+2 −2
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ set_prop(system_app, vendor_camera_prop);

type hal_ext_fingerprint_hwservice, hwservice_manager_type;
allow system_app hal_ext_fingerprint_hwservice:hwservice_manager { find };
type hal_fingerprint_default, domain;
allow system_app hal_fingerprint_default:binder { call };
#type hal_fingerprint_default, domain;
#allow system_app hal_fingerprint_default:binder { call };
allow system_app sysfs_power:dir r_dir_perms;
allow system_app sysfs_power:file rw_file_perms;
allow system_app sysfs_power:lnk_file read;