From: Andreas Schneider Date: Sat, 21 Mar 2020 19:00:32 +0000 (+0100) Subject: common: Label ro.build.PDA X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2abb54fa30af8e68d9f508b4594d41f720fe1e60;p=GitHub%2FLineageOS%2Fandroid_device_samsung_slsi_sepolicy.git common: Label ro.build.PDA This is set to the Samsung PDA version of the ROM release: ro.build.PDA=G970FXXU4BTA8 Change-Id: Ic86b07f707e23d3042bad1dbc6c247433a556206 --- diff --git a/common/private/property_contexts b/common/private/property_contexts index df9dc50..1699329 100644 --- a/common/private/property_contexts +++ b/common/private/property_contexts @@ -1,6 +1,9 @@ ### BLUETOOTH sys.bluetooth.tty u:object_r:vendor_public_bluetooth_prop:s0 +### BUILD +ro.build.PDA u:object_r:vendor_public_build_prop:s0 + ### CAMERA system.camera.CC. u:object_r:vendor_public_camera_prop:s0 service.camera. u:object_r:vendor_public_camera_prop:s0 diff --git a/common/public/property.te b/common/public/property.te index 542807b..090d81c 100644 --- a/common/public/property.te +++ b/common/public/property.te @@ -1,6 +1,9 @@ ### BLUETOOTH type vendor_public_bluetooth_prop, property_type; +### BUILD +type vendor_public_build_prop, property_type; + ### CAMERA type vendor_public_camera_prop, property_type;