aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordev-harsh1998 <harshit.india@linaro.org>2017-06-29 20:12:16 +0530
committermayankbali <mayankbali3@gmail.com>2017-07-10 20:28:02 +0530
commitd6ef9c05dad81eaaed194777c88daf925c16fb0f (patch)
tree2153767f58178d461bda2d23bbc629f6a40d9529
parent48577c8bdd8a7fa9fad4cbbaa3a9989e5166309e (diff)
sepolicy: rmt_storage: fixup some evergreen denials
-rw-r--r--sepolicy/rmt_storage.te5
1 files changed, 5 insertions, 0 deletions
diff --git a/sepolicy/rmt_storage.te b/sepolicy/rmt_storage.te
index b5b51e7..0a95fb8 100644
--- a/sepolicy/rmt_storage.te
+++ b/sepolicy/rmt_storage.te
@@ -1 +1,6 @@
+allow rmt_storage firmware_file:dir r_dir_perms;
+allow rmt_storage firmware_file:file r_file_perms;
+allow rmt_storage init:unix_stream_socket connectto;
+allow rmt_storage property_socket:sock_file write;
allow rmt_storage self:capability { dac_override net_raw };
+allow rmt_storage unlabeled:file { open read };