Turn on SELinux am: 3923566e2c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/16939195 Change-Id: I6195f967070362d6a5ade45f7db0cdf9da4e771e
This commit is contained in:
commit
13651d5f16
2 changed files with 2 additions and 3 deletions
|
@ -36,7 +36,6 @@ BOARD_KERNEL_CMDLINE += dyndbg=\"func alloc_contig_dump_pages +p\"
|
||||||
BOARD_KERNEL_CMDLINE += earlycon=exynos4210,0x10A00000 console=ttySAC0,115200 androidboot.console=ttySAC0 printk.devkmsg=on
|
BOARD_KERNEL_CMDLINE += earlycon=exynos4210,0x10A00000 console=ttySAC0,115200 androidboot.console=ttySAC0 printk.devkmsg=on
|
||||||
BOARD_KERNEL_CMDLINE += cma_sysfs.experimental=Y
|
BOARD_KERNEL_CMDLINE += cma_sysfs.experimental=Y
|
||||||
BOARD_BOOTCONFIG += androidboot.boot_devices=14700000.ufs
|
BOARD_BOOTCONFIG += androidboot.boot_devices=14700000.ufs
|
||||||
BOARD_BOOTCONFIG += androidboot.selinux=permissive
|
|
||||||
|
|
||||||
TARGET_NO_BOOTLOADER := true
|
TARGET_NO_BOOTLOADER := true
|
||||||
TARGET_NO_KERNEL := false
|
TARGET_NO_KERNEL := false
|
||||||
|
|
|
@ -54,8 +54,8 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.set_display_power_timer
|
||||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.use_content_detection_for_refresh_rate=true
|
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.use_content_detection_for_refresh_rate=true
|
||||||
|
|
||||||
# factory should always has SELinux permissive
|
# factory should always has SELinux permissive
|
||||||
#BOARD_BOOTCONFIG += androidboot.selinux=permissive
|
BOARD_BOOTCONFIG += androidboot.selinux=permissive
|
||||||
#BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
|
BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
|
||||||
|
|
||||||
# Disable Bluetooth as default in factory build
|
# Disable Bluetooth as default in factory build
|
||||||
DEVICE_PACKAGE_OVERLAYS += device/google/gs201/overlay-factory
|
DEVICE_PACKAGE_OVERLAYS += device/google/gs201/overlay-factory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue