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

Commit e2a92318 authored by Bernhard Thoben's avatar Bernhard Thoben
Browse files

kitakami-common: sepolicy: A few little changes to let "signed builds" boot.

Change-Id: I0eaab702f0e4595f206d29c486907a4f7b04cf3f
parent bbfbabdd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ TARGET_USES_64_BIT_BCMDHD := true
ENABLE_CPUSETS := true

# Boot image/kernel
BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 boot_cpus=0-5 dwc3_msm.hvdcp_max_current=1500 dwc3_msm.prop_chg_detect=Y coherent_pool=2M androidboot.selinux=enforcing
BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 boot_cpus=0-5 dwc3_msm.hvdcp_max_current=1500 dwc3_msm.prop_chg_detect=Y coherent_pool=2M
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
BOARD_KERNEL_PAGESIZE := 4096
BOARD_KERNEL_BASE := 0x00000000

sepolicy/installd.te

0 → 100644
+1 −0
Original line number Diff line number Diff line
allow installd system_data_file:file r_file_perms;
+1 −0
Original line number Diff line number Diff line
allow platform_app system_app_data_file:dir r_dir_perms;