From 3d4c191247f5d429fa9b3382293685c9411b20f4 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Thu, 5 Oct 2017 15:22:09 -0700 Subject: [PATCH] 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 e2c0c287fb8fe6b0f33c1a84492c41baaf29c074) --- sepolicy/vendor/update_verifier.te | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 sepolicy/vendor/update_verifier.te diff --git a/sepolicy/vendor/update_verifier.te b/sepolicy/vendor/update_verifier.te deleted file mode 100644 index cdc304f7..00000000 --- a/sepolicy/vendor/update_verifier.te +++ /dev/null @@ -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;