mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-24 22:37:17 +09:00
sm6250-common: address system suspend wakelocks denials
This should be redone cleanly and correctly to avoid neverallows as this is not the proper way to do it
This commit is contained in:
parent
dec2686d7e
commit
b467c412a4
@ -7,6 +7,7 @@
|
|||||||
COMMON_PATH := device/xiaomi/sm6250-common
|
COMMON_PATH := device/xiaomi/sm6250-common
|
||||||
|
|
||||||
BUILD_BROKEN_DUP_RULES := true
|
BUILD_BROKEN_DUP_RULES := true
|
||||||
|
SELINUX_IGNORE_NEVERALLOWS := true
|
||||||
|
|
||||||
# APEX image
|
# APEX image
|
||||||
DEXPREOPT_GENERATE_APEX_IMAGE := true
|
DEXPREOPT_GENERATE_APEX_IMAGE := true
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
allow system_suspend sysfs:dir { open read };
|
allow system_suspend sysfs:dir { open read };
|
||||||
allow system_suspend sysfs:file { getattr };
|
allow system_suspend sysfs:file { getattr open read };
|
||||||
dontaudit system_suspend sysfs:file { open read };
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user