device_wephone/cat/sepolicy/board_properties.te
2023-10-09 13:46:01 -04:00

5 lines
168 B
Plaintext

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;