Skip to content
Snippets Groups Projects
Commit 2fcccd83 authored by Arian's avatar Arian Committed by Dhina17
Browse files

onclite: Disable sepolicy and Add minimal sepolicy


Signed-off-by: default avatarDhina17 <dhinalogu@gmail.com>
parent c69f9e0c
No related branches found
No related tags found
No related merge requests found
...@@ -208,8 +208,9 @@ TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/fstab.qcom ...@@ -208,8 +208,9 @@ TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/fstab.qcom
TARGET_RELEASETOOLS_EXTENSIONS := $(DEVICE_PATH) TARGET_RELEASETOOLS_EXTENSIONS := $(DEVICE_PATH)
# SELinux # SELinux
include device/qcom/sepolicy/sepolicy.mk #include device/qcom/sepolicy/sepolicy.mk
BOARD_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy #BOARD_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy
BOARD_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy-minimal
# Treble # Treble
BOARD_VNDK_RUNTIME_DISABLE := true BOARD_VNDK_RUNTIME_DISABLE := true
......
type adsprpcd_file, file_type;
type bt_firmware_file, file_type;
type firmware_file, file_type;
type persist_file, file_type;
# Root Symlinks
/bt_firmware(/.*)? u:object_r:bt_firmware_file:s0
/dsp(/.*)? u:object_r:adsprpcd_file:s0
/firmware(/.*)? u:object_r:firmware_file:s0
/persist(/.*)? u:object_r:persist_file:s0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment