aboutsummaryrefslogtreecommitdiffstats
path: root/install_recovery.te
diff options
context:
space:
mode:
Diffstat (limited to 'install_recovery.te')
-rw-r--r--install_recovery.te4
1 files changed, 1 insertions, 3 deletions
diff --git a/install_recovery.te b/install_recovery.te
index 1385220..2d80b08 100644
--- a/install_recovery.te
+++ b/install_recovery.te
@@ -23,6 +23,4 @@ allow install_recovery cache_file:dir rw_dir_perms;
allow install_recovery cache_file:file create_file_perms;
# Write to /proc/sys/vm/drop_caches
-# TODO: create a specific label for this file instead of allowing
-# write for all /proc files.
-allow install_recovery proc:file w_file_perms;
+allow install_recovery proc_drop_caches:file w_file_perms;