summaryrefslogtreecommitdiff
path: root/sepolicy/vold.te
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2015-12-08 14:28:53 -0800
committerNick Kralevich <nnk@google.com>2015-12-08 14:28:53 -0800
commit3adfc280906a6202659f5db4fc240f175fafc8ea (patch)
tree7b7447dee6ead226b6b065621800619d35d9545a /sepolicy/vold.te
parent3c282dfcdfed29ddac029b57df41db532ee5eead (diff)
downloadbullhead-3adfc280906a6202659f5db4fc240f175fafc8ea.tar.gz
Explicitly mark properties readable
Start explicitly marking device-specific properties as readable. This is needed to support a future change where not all properties are readable. Change-Id: I678beb1a2291f0f21962311b672ebe9c96cd3935
Diffstat (limited to 'sepolicy/vold.te')
-rw-r--r--sepolicy/vold.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/sepolicy/vold.te b/sepolicy/vold.te
index 0164b40..1710605 100644
--- a/sepolicy/vold.te
+++ b/sepolicy/vold.te
@@ -5,5 +5,7 @@
# See system/vold commit 66270a21df1058434e4d63691221f11ff5387a0f
dontaudit vold proc_irq:dir { read open };
+get_prop(vold, qseecomtee_prop)
+
# Allow vold to access zram
allow vold swap_block_device:blk_file getattr;