aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArian <arian.kulmer@web.de>2019-09-19 20:50:41 +0200
committerArian <arian.kulmer@web.de>2019-10-25 22:17:12 +0200
commited9ac95229ff1b8c8878d9df2f1eba13434d7493 (patch)
tree6434ec8546736ee4da75289f80ac7fb3d481cd36
parentc443de46469a193be7f81671405a97f39401d764 (diff)
shinano-common: sepolicy: Sort file_contexts alphabetically
Change-Id: Ie8f6db203696481b4a5ee304b5f579a58293e52f
-rw-r--r--sepolicy/file_contexts20
1 files changed, 10 insertions, 10 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts
index 3fb01ef..d892b4c 100644
--- a/sepolicy/file_contexts
+++ b/sepolicy/file_contexts
@@ -1,25 +1,22 @@
-# NFC
-/dev/pn547 u:object_r:nfc_device:s0
-
# Audio
/dev/tfa98xx u:object_r:audio_device:s0
/system/bin/tfa9890_amp u:object_r:tfa_amp_exec:s0
+# Bluetooth
+/system/bin/brcm-uim-sysfs u:object_r:brcm_uim_exec:s0
+
# Dumpstate service
/system/vendor/bin/hw/android\.hardware\.dumpstate@1.0-service\.sony u:object_r:hal_dumpstate_default_exec:s0
-# Modem
-/system/vendor/bin/mlog_qmi_service u:object_r:mlog_qmi_exec:s0
-
# HCI
/dev/ttyHS0 u:object_r:hci_attach_dev:s0
/dev/brcm_bt_drv u:object_r:hci_attach_dev:s0
-# Bluetooth
-/system/bin/brcm-uim-sysfs u:object_r:brcm_uim_exec:s0
+# Modem
+/system/vendor/bin/mlog_qmi_service u:object_r:mlog_qmi_exec:s0
-# WIFI
-/sys/module/bcmdhd/parameters/firmware_path u:object_r:sysfs_wlan_fwpath:s0
+# NFC
+/dev/pn547 u:object_r:nfc_device:s0
# Quick Charge
/system/vendor/bin/hvdcp u:object_r:hvdcp_exec:s0
@@ -29,3 +26,6 @@
/sys/devices/virtual/input/clearpad/wakeup_gesture u:object_r:sysfs_touch:s0
/sys/devices/virtual/input/max1187x/glove u:object_r:sysfs_touch:s0
/sys/devices/virtual/input/max1187x/wakeup_gesture u:object_r:sysfs_touch:s0
+
+# WIFI
+/sys/module/bcmdhd/parameters/firmware_path u:object_r:sysfs_wlan_fwpath:s0