parent
8261638813
commit
de787ac6f5
@ -0,0 +1,10 @@ |
||||
# /sys/devices/virtual/lcd/panel |
||||
allow hal_lineage_livedisplay_sysfs sysfs_lcd_writable:file { read write open }; |
||||
|
||||
# /sys/devices/virtual/mdnie/mdnie/ |
||||
allow hal_lineage_livedisplay_sysfs sysfs_mdnie_writable:dir search; |
||||
allow hal_lineage_livedisplay_sysfs sysfs_mdnie_writable:file { read write open getattr }; |
||||
allow hal_lineage_livedisplay_sysfs vendor_sysfs_graphics:file write; |
||||
|
||||
allow hal_lineage_livedisplay_sysfs vendor_display_vendor_data_file:dir { write add_name search }; |
||||
allow hal_lineage_livedisplay_sysfs vendor_display_vendor_data_file:file { read write open create getattr }; |
@ -0,0 +1 @@ |
||||
allow network_stack proc_net:file { read getattr open }; |
@ -1,3 +1,6 @@ |
||||
# system_server.te |
||||
|
||||
allow system_server proc_last_kmsg:file r_file_perms; |
||||
|
||||
# /sys/devices/platform/soc/soc:qcom,msm-ext-disp/extcon/extcon0/state |
||||
allow system_server sysfs_graphics:file { read getattr open }; |
||||
|
Loading…
Reference in new issue