Skip to content
Snippets Groups Projects
Commit 6b3a3088 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

autoplay_app.te: remove debugfs write access

This should no longer be necessary due
to https://android-review.googlesource.com/185597

Change-Id: I2cd5fde8f1319684cc558e64ea5cdd230061367e
parent 4d1ecb19
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment