diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/gki/vendor_init.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mm/gki/vendor_init.te b/mm/gki/vendor_init.te index 5bedbad..018b318 100644 --- a/mm/gki/vendor_init.te +++ b/mm/gki/vendor_init.te @@ -1,3 +1,6 @@ allow vendor_init proc_watermark_boost_factor:file w_file_perms; allow vendor_init proc_lowmem_reserve_ratio:file w_file_perms; allow vendor_init proc_min_free_kbytes:file w_file_perms; + +allow vendor_init debugfs_tracing_instances:dir create_dir_perms; +allow vendor_init debugfs_tracing_instances:file w_file_perms; |