aboutsummaryrefslogtreecommitdiffstats
path: root/device.te
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2014-12-15 12:01:35 -0800
committerMark Salyzyn <salyzyn@google.com>2015-01-14 12:34:20 -0800
commit34d32ea1647655ee8dbf4faa19992a8a625c40d9 (patch)
tree06905de94e52f01e9ab7be24e050a607f9500d53 /device.te
parent3b0988c59b3bd72113f88e482b0aa8f443d19074 (diff)
downloadandroid_external_sepolicy-34d32ea1647655ee8dbf4faa19992a8a625c40d9.tar.gz
android_external_sepolicy-34d32ea1647655ee8dbf4faa19992a8a625c40d9.tar.bz2
android_external_sepolicy-34d32ea1647655ee8dbf4faa19992a8a625c40d9.zip
selinux: add pstore
Used to record the Android log messages, then on reboot provide a means to triage user-space actitivies leading up to a panic. A companion to the pstore console logs. Change-Id: I9b94ee3d5e94e0c4590ba8453b4ac1ebdfc7603f
Diffstat (limited to 'device.te')
-rw-r--r--device.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/device.te b/device.te
index 20e95a5..9ff30d5 100644
--- a/device.te
+++ b/device.te
@@ -9,6 +9,7 @@ type block_device, dev_type;
type camera_device, dev_type;
type dm_device, dev_type;
type loop_device, dev_type;
+type pmsg_device, dev_type, mlstrustedobject;
type radio_device, dev_type;
type ram_device, dev_type;
type vold_device, dev_type;