sepolicy: Update for usb 1.3-basic HAL

Change-Id: Ife843513e6d3505fbaf655c4838f3de7a9e29baa
diff --git a/common/vendor/file_contexts b/common/vendor/file_contexts
index fd4174d..f3da488 100644
--- a/common/vendor/file_contexts
+++ b/common/vendor/file_contexts
@@ -17,7 +17,7 @@
 /(vendor|system/vendor)/bin/hw/vendor\.lineage\.trust@1\.0-service u:object_r:hal_lineage_trust_default_exec:s0
 
 # USB HAL
-/(vendor|system/vendor)/bin/hw/android\.hardware\.usb@1\.0-service\.basic u:object_r:hal_usb_default_exec:s0
+/(vendor|system/vendor)/bin/hw/android\.hardware\.usb@1\.3-service\.basic u:object_r:hal_usb_default_exec:s0
 /(vendor|system/vendor)/bin/hw/android\.hardware\.usb@1\.1-service\.typec u:object_r:hal_usb_default_exec:s0
 
 # Vibrator HAL
diff --git a/common/vendor/hal_usb_default.te b/common/vendor/hal_usb_default.te
new file mode 100644
index 0000000..ed2c858
--- /dev/null
+++ b/common/vendor/hal_usb_default.te
@@ -0,0 +1,2 @@
+allow hal_usb_default proc_deny_new_usb:file w_file_perms;
+allow hal_usb_default self:capability sys_admin;