block: allow init.rc to tune max discard size

Init.rc requires to limit max discard to avoid long latencies.

Change-Id: Idf3b295ac15efd5edf979ca896fdf826b9fc3c99
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
This commit is contained in:
Jaegeuk Kim 2019-12-02 10:01:25 -08:00
parent 243797950e
commit a47abdbe16
2 changed files with 2 additions and 0 deletions

View File

@ -363,6 +363,7 @@ allow init {
sysfs_leds sysfs_leds
sysfs_power sysfs_power
sysfs_fs_f2fs sysfs_fs_f2fs
sysfs_dm
}:file w_file_perms; }:file w_file_perms;
allow init { allow init {

View File

@ -382,6 +382,7 @@ allow init {
sysfs_leds sysfs_leds
sysfs_power sysfs_power
sysfs_fs_f2fs sysfs_fs_f2fs
sysfs_dm
}:file w_file_perms; }:file w_file_perms;
allow init { allow init {