Merge "Revert "bootanim: add selinux support to read extcon files"" into main
diff --git a/private/bootanim.te b/private/bootanim.te
index 8c48ed3..fd3a09b 100644
--- a/private/bootanim.te
+++ b/private/bootanim.te
@@ -66,8 +66,4 @@
 allow bootanim system_file:dir r_dir_perms;
 
 # Allow bootanim to send information to statsd socket.
-unix_socket_send(bootanim, statsdw, statsd)
-
-# Allow bootanim to access extcon information.
-allow bootanim sysfs_extcon:dir r_dir_perms;
-allow bootanim sysfs_extcon:file r_file_perms;
+unix_socket_send(bootanim, statsdw, statsd)
\ No newline at end of file