From 14045005f3094fd11a3d5c259223c691434cd44b Mon Sep 17 00:00:00 2001 From: Alucard-Storm Date: Fri, 13 Dec 2024 17:27:56 +0000 Subject: [PATCH] sm8350-common: sepolicy: add missing autoHBM policy (again) --- sepolicy/vendor/system_app.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sepolicy/vendor/system_app.te b/sepolicy/vendor/system_app.te index 64bbf2c..1b31389 100644 --- a/sepolicy/vendor/system_app.te +++ b/sepolicy/vendor/system_app.te @@ -4,7 +4,7 @@ allow system_app sysfs_thermal:file rw_file_perms; # DC Dimming and HBM type sysfs_dsi_display_primary; allow system_app vendor_sysfs_graphics:dir search; -allow system_app vendor_sysfs_graphics:file { getattr open write }; +allow system_app vendor_sysfs_graphics:file { getattr setattr open write }; allow system_app sysfs_dsi_display_primary:dir search; allow system_app sysfs_dsi_display_primary:file write;