Commit d655285c authored by Blaster4385's avatar Blaster4385
Browse files

nicky: Go enforcing

- Initial sepolicy for oplus sdm710 devices
- Needs cleanup
parent b97cd6cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ BOARD_BOOT_HEADER_VERSION := 1
BOARD_KERNEL_BASE := 0x00000000
BOARD_KERNEL_PAGESIZE := 4096
BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 earlycon=msm_geni_serial,0xA90000 androidboot.hardware=qcom androidboot.console=ttyMSM0 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 androidboot.configfs=true androidboot.usbcontroller=a600000.dwc3 swiotlb=1 loop.max_part=7
BOARD_KERNEL_CMDLINE += androidboot.init_fatal_reboot_target=recovery androidboot.selinux=permissive
BOARD_KERNEL_CMDLINE += androidboot.init_fatal_reboot_target=recovery
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
BOARD_KERNEL_SEPARATED_DTBO := true
BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
+1 −0
Original line number Diff line number Diff line
allow gmscore_app adbd_prop:file open;
+1 −0
Original line number Diff line number Diff line
allow linkerconfig linkerconfig:capability { kill };
+1 −0
Original line number Diff line number Diff line
allow odrefresh odrefresh:capability { kill };
+1 −0
Original line number Diff line number Diff line
allow updater_app zygote:unix_stream_socket getopt;
Loading