From 6b3a308805080149e62b8d6a335a3eeb69d896eb Mon Sep 17 00:00:00 2001 From: Nick Kralevich <nnk@google.com> Date: Mon, 14 Dec 2015 14:02:40 -0800 Subject: [PATCH] autoplay_app.te: remove debugfs write access This should no longer be necessary due to https://android-review.googlesource.com/185597 Change-Id: I2cd5fde8f1319684cc558e64ea5cdd230061367e --- autoplay_app.te | 4 ---- 1 file changed, 4 deletions(-) diff --git a/autoplay_app.te b/autoplay_app.te index adce9a4ff..022c03663 100644 --- a/autoplay_app.te +++ b/autoplay_app.te @@ -50,10 +50,6 @@ allow autoplay_app dalvikcache_data_file:file { execute r_file_perms }; allow autoplay_app dalvikcache_data_file:lnk_file r_file_perms; allow autoplay_app dalvikcache_data_file:dir getattr; -# debugfs access -allow autoplay_app debugfs:dir r_dir_perms; -allow autoplay_app debugfs:file w_file_perms; - # Grant GPU access. autoplay_app needs that to render the standard UI. allow autoplay_app gpu_device:chr_file rw_file_perms; -- GitLab