diff options
author | Sarthak Garg <sartgarg@codeaurora.org> | 2021-10-12 20:10:35 +0530 |
---|---|---|
committer | Sarthak Garg <sartgarg@codeaurora.org> | 2021-10-12 20:13:13 +0530 |
commit | c0420f57f3012725b4c45c7d618781a3c1750dd6 (patch) | |
tree | 2fc557955477af8ab099b9dfc5b8c664182da47a | |
parent | e9e26698a5f16b0930207cef150723c9c3391f37 (diff) |
sepolicy: sepolicy rules for accessing read_ahead_kb
Adding sepolicy rule to fix avc denials while accessing
read_ahead_kb node for vold.
Change-Id: I078b00b07b31a813a2151595e24332cfa2361901
Signed-off-by: Sarthak Garg <sartgarg@codeaurora.org>
-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; |