surfaceflinger: remove unconfined domain reference.

surfaceflinger has been enforcing for a while now. Remove
the reference to the unconfined domain.

Change-Id: Ia86a0553e9c2db3c89f93e26179c79278d1d3bed
This commit is contained in:
Nick Kralevich 2014-06-08 22:30:58 -07:00
parent d159122481
commit b53e84a723

View file

@ -64,5 +64,4 @@ allow surfaceflinger tee_device:chr_file rw_file_perms;
# Do not allow accessing SDcard files as unsafe ejection could
# cause the kernel to kill the process.
# TODO: Remove -unconfineddomain when we remove permissive_or_unconfined above.
neverallow { surfaceflinger -unconfineddomain } sdcard_type:file rw_file_perms;
neverallow surfaceflinger sdcard_type:file rw_file_perms;