aboutsummaryrefslogtreecommitdiffstats
path: root/device.te
diff options
context:
space:
mode:
authorAndres Morales <anmorales@google.com>2014-07-09 15:18:32 -0700
committerAndres Morales <anmorales@google.com>2014-07-09 16:08:16 -0700
commitd8447fdfe1db8571158659bc2daf058335842a06 (patch)
tree28c6ba9a5c1e044dd4aa3da8f688cb432d011fd3 /device.te
parente844113bc114484339b0c74a978c0fa5cfa250e1 (diff)
downloadandroid_external_sepolicy-d8447fdfe1db8571158659bc2daf058335842a06.tar.gz
android_external_sepolicy-d8447fdfe1db8571158659bc2daf058335842a06.tar.bz2
android_external_sepolicy-d8447fdfe1db8571158659bc2daf058335842a06.zip
Typedef+rules for SysSer to access persistent block device
Defines new device type persistent_data_block_device This block device will allow storage of data that will live across factory resets. Gives rw and search access to SystemServer. Change-Id: I298eb40f9a04c16e90dcc1ad32d240ca84df3b1e
Diffstat (limited to 'device.te')
-rw-r--r--device.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/device.te b/device.te
index e9b7e51..42d15e3 100644
--- a/device.te
+++ b/device.te
@@ -64,3 +64,6 @@ type rpmsg_device, dev_type;
# Partition layout block device
type root_block_device, dev_type;
+
+# Persistent data block device
+type persistent_data_block_device, dev_type;