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

Commit 65eb694e authored by Aayush Gupta's avatar Aayush Gupta
Browse files

DO NOT MERGE: 2e: Drop local sepolicy for now

parent e60ab36e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -126,9 +126,6 @@ TARGET_RELEASETOOLS_EXTENSIONS := $(DEVICE_PATH)

# Sepolicy
include device/mediatek/sepolicy/BoardSEPolicyConfig.mk
BOARD_SEPOLICY_DIRS += \
    $(DEVICE_PATH)/sepolicy/basic \
    $(DEVICE_PATH)/sepolicy/bsp

# Security patch level
VENDOR_SECURITY_PATCH := 2020-11-05

sepolicy/basic/device.te

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
# ==============================================
# MTK Policy Rule
# ==============================================

type gps_emi_device, dev_type;

sepolicy/basic/file_contexts

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
#########################################
# Platform dependent label definitions
#

# define raw block partition label


/dev/gps_emi(/.*)? u:object_r:gps_emi_device:s0

sepolicy/basic/system_server.te

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
# ==============================================
# MTK Policy Rule
# ============

# Date : WK15.45
# Operation : Migration
# Purpose : for debug
#allow system_server gps_data_file:dir search;

sepolicy/bsp/attributes

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
attribute mtk_hal_tface;
attribute mtk_hal_tface_client;
attribute mtk_hal_tface_server;
Loading