From a77fc2a6df1052c50c9bd83f7506308195c41f88 Mon Sep 17 00:00:00 2001 From: Jason Macnak Date: Thu, 31 Mar 2022 09:39:55 -0700 Subject: [PATCH] Remove sysfs_gpu type definition ... as it has moved to system/sepolicy. Bug: b/161819018 Test: presubmit Change-Id: I107f92617bea56590b5af351341cc1c3b2844360 Merged-In: I107f92617bea56590b5af351341cc1c3b2844360 --- whitechapel_pro/file.te | 3 --- 1 file changed, 3 deletions(-) diff --git a/whitechapel_pro/file.te b/whitechapel_pro/file.te index b42bf4ee..d986a56a 100644 --- a/whitechapel_pro/file.te +++ b/whitechapel_pro/file.te @@ -92,9 +92,6 @@ type modem_userdata_file, file_type; # SecureElement type sysfs_st33spi, sysfs_type, fs_type; -# GPU -type sysfs_gpu, sysfs_type, fs_type; - # USB-C throttling stats type sysfs_usbc_throttling_stats, sysfs_type, fs_type;