Merge "kernel.te: drop allow kernel untrusted_app:fd use;"

am: 527d29a80d

* commit '527d29a80dd2af26d231b27b964ba8752d26a887':
  kernel.te: drop allow kernel untrusted_app:fd use;
This commit is contained in:
Nick Kralevich 2016-01-16 20:28:57 +00:00 committed by android-build-merger
commit e5005549cf

View file

@ -42,10 +42,7 @@ allow kernel self:security setcheckreqprot;
# MTP sync (b/15835289)
# kernel thread "loop0", used by the loop block device, for ASECs (b/17158723)
allow kernel { priv_app untrusted_app }:fd use;
# privileged apps have moved to the priv_app domain. Determine
# if this permission is still needed. b/25331459
auditallow kernel untrusted_app:fd use;
allow kernel priv_app:fd use;
allow kernel sdcard_type:file { read write };
# Allow the kernel to read OBB files from app directories. (b/17428116)