aboutsummaryrefslogtreecommitdiffstats
path: root/device.te
diff options
context:
space:
mode:
Diffstat (limited to 'device.te')
-rw-r--r--device.te6
1 files changed, 6 insertions, 0 deletions
diff --git a/device.te b/device.te
index adee1d7..788d9cb 100644
--- a/device.te
+++ b/device.te
@@ -67,3 +67,9 @@ type root_block_device, dev_type;
# factory reset protection block device
type frp_block_device, dev_type;
+
+# Userdata block device mounted on /data.
+type userdata_block_device, dev_type;
+
+# Cache block device mounted on /cache.
+type cache_block_device, dev_type;