8 lines
218 B
Plaintext
8 lines
218 B
Plaintext
|
# ==============================================
|
||
|
# Common SEPolicy Rule
|
||
|
# ==============================================
|
||
|
userdebug_or_eng(`
|
||
|
allow osi sysfs_therm:dir search;
|
||
|
allow osi sysfs_therm:file r_file_perms;
|
||
|
')
|