Put gs_watchdog settings to one place
Bug: 248428203
Test: gs_watchdog is still in system_ext
Change-Id: I0bbc60e1d222734b37eb62d06e66d34c196c976a
diff --git a/gs_watchdogd/file_contexts b/gs_watchdogd/file_contexts
deleted file mode 100644
index 22dd02b..0000000
--- a/gs_watchdogd/file_contexts
+++ /dev/null
@@ -1,5 +0,0 @@
-# Platform watchdogd
-/system_ext/bin/gs_watchdogd u:object_r:gs_watchdogd_exec:s0
-
-# Devices
-/dev/watchdog[0-9] u:object_r:watchdog_device:s0
diff --git a/gs_watchdogd/gs_watchdogd.te b/gs_watchdogd/gs_watchdogd.te
deleted file mode 100644
index 0823508..0000000
--- a/gs_watchdogd/gs_watchdogd.te
+++ /dev/null
@@ -1,10 +0,0 @@
-# gs_watchdogd seclabel is specified in init.<board>.rc
-type gs_watchdogd, domain, coredomain;
-type gs_watchdogd_exec, system_file_type, exec_type, file_type;
-
-typeattribute gs_watchdogd coredomain;
-init_daemon_domain(gs_watchdogd)
-
-allow gs_watchdogd watchdog_device:chr_file rw_file_perms;
-allow gs_watchdogd kmsg_device:chr_file rw_file_perms;
-allow gs_watchdogd sysfs:dir r_dir_perms;