kunlun2: sepolicy: Allow changing read-ahead value in init
Change-Id: Id39212dcc9927192138b871a29f0bbafc85403ca Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
60e9c1b64a
commit
9e6425cf23
2 changed files with 3 additions and 0 deletions
|
@ -18,3 +18,4 @@ type debugfs_wlan, debugfs_type, fs_type;
|
||||||
type debugfs_sched_features, debugfs_type, fs_type;
|
type debugfs_sched_features, debugfs_type, fs_type;
|
||||||
type proc_sysctl_schedboost, proc_type, fs_type;
|
type proc_sysctl_schedboost, proc_type, fs_type;
|
||||||
type sysfs_tp, fs_type, sysfs_type;
|
type sysfs_tp, fs_type, sysfs_type;
|
||||||
|
type sysfs_mmc_host, fs_type, sysfs_type;
|
||||||
|
|
2
sepolicy/private/vold.te
Normal file
2
sepolicy/private/vold.te
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# For setting read_ahead_kb
|
||||||
|
allow vold sysfs_mmc_host:file w_file_perms;
|
Loading…
Reference in a new issue