commit | a90b69e92177ea9d9dd469a50948d602153ad794 | [log] [tgz] |
---|---|---|
author | Dan Pasanen <dan.pasanen@gmail.com> | Mon Nov 16 22:22:54 2015 -0600 |
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | Tue Nov 17 08:38:43 2015 -0800 |
tree | 68ab816615da60f9dbfceed0047c0ffd45a25721 | |
parent | 35b2402740ed7cb5907ae564032a71324fe638bc [diff] |
sepolicy: add persist_block_device type * This is likely defined in several device trees, but not all remove it from your device trees if we're going to write rules for it here. Change-Id: I1dda04647d36db52525a3d57b485860dfe3eeb30
diff --git a/sepolicy/qcom/device.te b/sepolicy/qcom/device.te new file mode 100644 index 0000000..9e49627 --- /dev/null +++ b/sepolicy/qcom/device.te
@@ -0,0 +1 @@ +type persist_block_device, dev_type;