Support reading /sys/board_properties/virtualkeys.xxx for virtual keys on touchscreen
This commit is contained in:
parent
d925fea5f3
commit
99633e904d
4
sepolicy/board_properties.te
Normal file
4
sepolicy/board_properties.te
Normal file
@ -0,0 +1,4 @@
|
||||
type sysfs_board_properties, fs_type, sysfs_type;
|
||||
|
||||
allow system_server sysfs_board_properties:dir search;
|
||||
allow system_server sysfs_board_properties:file r_file_perms;
|
1
sepolicy/genfs_contexts
Normal file
1
sepolicy/genfs_contexts
Normal file
@ -0,0 +1 @@
|
||||
genfscon sysfs /board_properties u:object_r:sysfs_board_properties:s0
|
Loading…
Reference in New Issue
Block a user