diff options
Diffstat (limited to 'sepolicy')
-rw-r--r-- | sepolicy/vendor/system_app.te | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sepolicy/vendor/system_app.te b/sepolicy/vendor/system_app.te index e33161e..74cfc83 100644 --- a/sepolicy/vendor/system_app.te +++ b/sepolicy/vendor/system_app.te @@ -1,2 +1,4 @@ # Xiaomi Parts -allow system_app sysfs_thermal:file rw_file_perms;
\ No newline at end of file +allow system_app sysfs_thermal:file rw_file_perms; + +allow system_app proc_pagetypeinfo:file r_file_perms;
\ No newline at end of file |