Felix | e45e7b9 | 2019-01-15 23:43:35 +0100 | [diff] [blame] | 1 | # Set disk scheduler in init.local.rc |
2 | allow init sysfs_block_scheduler:file { open setattr write }; | ||||
3 | |||||
4 | # Mount debugfs in init.local.rc | ||||
5 | userdebug_or_eng(` | ||||
6 | allow init debugfs:dir mounton; | ||||
7 | ') |