Commit b97cd6cf authored by Blaster4385's avatar Blaster4385
Browse files

nicky: Import cleaned up sepolicy from hardware/oplus

parent c0138f8f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -125,7 +125,9 @@ VENDOR_SECURITY_PATCH := 2022-04-05

# Sepolicy
include device/qcom/sepolicy_vndr/SEPolicy.mk
#include hardware/oplus/sepolicy/qti/SEPolicy.mk
BOARD_VENDOR_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/vendor
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/private
SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/public
#BUILD_BROKEN_VENDOR_PROPERTY_NAMESPACE := true
SELINUX_IGNORE_NEVERALLOWS := true

+23 −0
Original line number Diff line number Diff line
# Fingerprint
oplus.fingerprint.    u:object_r:system_fingerprint_prop:s0

# Logging
persist.camera.assert.panic         u:object_r:exported_system_prop:s0
persist.camera.OverrideLogLevels    u:object_r:exported_system_prop:s0
persist.sys.assert.panic            u:object_r:exported_system_prop:s0
persist.sys.log.ae                  u:object_r:exported_system_prop:s0
persist.sys.log.af                  u:object_r:exported_system_prop:s0
persist.sys.log.awb                 u:object_r:exported_system_prop:s0

# Modem
persist.sys.enable_modem_dump    u:object_r:exported_system_prop:s0

# Radio
ro.sys.reserve.integrate    u:object_r:exported_system_prop:s0

# SVN
ro.build.version.svn      u:object_r:exported_system_prop:s0
ro.build.version.svn.c    u:object_r:exported_system_prop:s0

# Version
ro.separate.soft    u:object_r:system_oplus_project_prop:s0
+5 −0
Original line number Diff line number Diff line
# Fingerprint
vendor_internal_prop(system_fingerprint_prop)

# Version
system_vendor_config_prop(system_oplus_project_prop)
+1 −0
Original line number Diff line number Diff line
vendor_hal_attribute(oplusSensor)
+8 −0
Original line number Diff line number Diff line
# Fingerprint
type fingerprint_device, dev_type;

# Reserve
type vendor_reserve_partition, dev_type;

# Sensors
type ssc_interactive_device, dev_type;
Loading