Skip to content

Commit

Permalink
breeze: Relax sysprop owner enforcement
Browse files Browse the repository at this point in the history
Quoting commit afc09932f6fa07c5f6beffbcdc2bb4691e527321 in
system/sepolicy [1]:

"Devices launching with R or eariler can this by setting following
under BoardConfig.mk"

It is impractical to replace every prop definition from qcom to
vendor_property_type for old platforms like mt6763, so relax the
enforcement to avoid triggering millions of neverallows.

ref:
[1] https://android.googlesource.com/platform/system/sepolicy/+/afc09932f6fa07c5f6beffbcdc2bb4691e527321

Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
Change-Id: I287b5fe7ccaa52428d3c5f7fd22bfc22802bf00a
Signed-off-by: baibhab <fakebai34@gmail.com>
  • Loading branch information
jjpprrrr authored and Hadenix committed Oct 9, 2023
1 parent 3de5cd4 commit 9d2a20a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ TARGET_NO_BOOTLOADER := true
# Build
BUILD_BROKEN_DUP_RULES := true
BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true
BUILD_BROKEN_ENFORCE_SYSPROP_OWNER := true

# Display DPI
TARGET_SCREEN_DENSITY := 420
Expand Down

0 comments on commit 9d2a20a

Please sign in to comment.