Skip to content

Commit

Permalink
sepolicy: allow init to tune f2fs
Browse files Browse the repository at this point in the history
This allows init to tune some f2fs knobs like cp_interval.

Bug: 127511432
Change-Id: I9353444578cb47bc7965cd7b068954a8270c5391
Signed-off-by: Jaegeuk Kim <[email protected]>
  • Loading branch information
Jaegeuk Kim committed Mar 29, 2019
1 parent 251591f commit 4439b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/init.te
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ allow init {
sysfs_android_usb
sysfs_leds
sysfs_power
sysfs_fs_f2fs
}:file w_file_perms;

allow init {
Expand Down

0 comments on commit 4439b57

Please sign in to comment.