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:
Georg Veichtlbauer 2021-02-21 09:38:04 +01:00 committed by Giammarco Senatore
parent 60e9c1b64a
commit 9e6425cf23
No known key found for this signature in database
GPG key ID: 029A0AB63D977A86
2 changed files with 3 additions and 0 deletions

View file

@ -18,3 +18,4 @@ type debugfs_wlan, debugfs_type, fs_type;
type debugfs_sched_features, debugfs_type, fs_type;
type proc_sysctl_schedboost, proc_type, fs_type;
type sysfs_tp, fs_type, sysfs_type;
type sysfs_mmc_host, fs_type, sysfs_type;

2
sepolicy/private/vold.te Normal file
View file

@ -0,0 +1,2 @@
# For setting read_ahead_kb
allow vold sysfs_mmc_host:file w_file_perms;