Skip to content
Snippets Groups Projects
Commit c6fd522a authored by Dhina17's avatar Dhina17
Browse files

Revert "onclite: Disable sepolicy and Add minimal sepolicy"


This reverts commit d0216d8d5bde0fe1237ae0df9945e5e0fb56bcdf.

Signed-off-by: default avatarDhina17 <dhinalogu@gmail.com>
parent 51cf7307
No related branches found
No related tags found
No related merge requests found
......@@ -208,9 +208,8 @@ TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/fstab.qcom
TARGET_RELEASETOOLS_EXTENSIONS := $(DEVICE_PATH)
# SELinux
#include device/qcom/sepolicy/sepolicy.mk
#BOARD_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy
BOARD_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy-minimal
include device/qcom/sepolicy/sepolicy.mk
BOARD_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy
# Treble
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