commit | dfef99a4e8294a9099081c162d7af620c0791d5d | [log] [tgz] |
---|---|---|
author | Robert Craig <rpcraig@tycho.ncsc.mil> | Wed Feb 19 20:16:13 2014 -0500 |
committer | Robert Craig <rpcraig@tycho.ncsc.mil> | Wed Feb 19 20:16:13 2014 -0500 |
tree | 48ffcb62a731a12cef2ab4080a9b537c8e394afa | |
parent | 41f221f416ce3368f394c5eb8578358c52755fc4 [diff] |
Create a label for the root block device. Change-Id: If4de8d3515727c0b2f95c88c1125410d9894a9ba Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>
diff --git a/device.te b/device.te index bbbec28..ca3c342 100644 --- a/device.te +++ b/device.te
@@ -61,3 +61,6 @@ # All devices have a rpmsg device for # achieving remoteproc and rpmsg modules type rpmsg_device, dev_type; + +# Partition layout block device +type root_block_device, dev_type;