sepolicy: Remove update_verifier.te.

It has been added into core policy through
https://android-review.googlesource.com/c/platform/system/sepolicy/+/503421.

Bug: 63440407
Test: update_verifier successfully triggers blocks verification and
      marks a sucessful boot;
Test: No sysfs_dm related denials on walleye.
Change-Id: I5605af8b10d890489c25f16f82274f828e10e751
(cherry picked from commit e2c0c287fb)
This commit is contained in:
Tao Bao
2017-10-05 15:22:09 -07:00
committed by Jeff Vander Stoep
parent 4c1bb0c66e
commit 3d4c191247

View File

@@ -1,4 +0,0 @@
# update_verifier reads /sys/block/dm-X/dm/name to find the device-mapper
# entries for system and vendor partitions.
allow update_verifier sysfs:file r_file_perms;
allow update_verifier sysfs:dir r_dir_perms;