diff options
author | qctecmdr <qctecmdr@localhost> | 2021-10-17 23:19:41 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2021-10-17 23:19:41 -0700 |
commit | a0b37c2922f83d856473daa3ff00f2650211f249 (patch) | |
tree | 447844ee8a7ac263896f70eb8af7978427645194 | |
parent | 9e1dcf7de58b79a34690b9ece62a8b8f8ef66f92 (diff) | |
parent | c0420f57f3012725b4c45c7d618781a3c1750dd6 (diff) |
Merge "sepolicy: sepolicy rules for accessing read_ahead_kb"
-rw-r--r-- | generic/vendor/common/vold.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/vendor/common/vold.te b/generic/vendor/common/vold.te index bd86659e..5ad1f282 100644 --- a/generic/vendor/common/vold.te +++ b/generic/vendor/common/vold.te @@ -29,3 +29,4 @@ get_prop(vold, vendor_tee_listener_prop) # Based on the comment from b/111409607 FITRIM might # be needed allow vold mnt_vendor_file:dir { open read ioctl }; +allow vold vendor_sysfs_mmc_host:file w_file_perms; |