summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Mahaveer2016-08-22 16:40:56 -0500
committerVishal Mahaveer2016-08-22 16:40:56 -0500
commit64caf5c82d17537a9281ae8d3fe99b7e5defbd92 (patch)
tree846a199d1d17fcfc54df6bb4773e3f38ba4a8aab
parent7c4e82eafb1a019dfa4e03b16d7818f93aa51420 (diff)
downloaddevice-ti-jacinto6evm-64caf5c82d17537a9281ae8d3fe99b7e5defbd92.tar.gz
device-ti-jacinto6evm-64caf5c82d17537a9281ae8d3fe99b7e5defbd92.tar.xz
device-ti-jacinto6evm-64caf5c82d17537a9281ae8d3fe99b7e5defbd92.zip
jacinto6evm: sepolicy: allow init to delete symlinks on /config
Cherry-picked from AOSP Project: device/google/dragon Commit: f8dc614d1bd1105a53194560d05704bf92f4bdea Author: Jeff Vander Stoep <jeffv@google.com> Change-Id: Ia7ec0b86a523d2d0c8c8f98c00c0eda83fad984f Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--sepolicy/init.te3
1 files changed, 1 insertions, 2 deletions
diff --git a/sepolicy/init.te b/sepolicy/init.te
index b0822c6..7ff72db 100644
--- a/sepolicy/init.te
+++ b/sepolicy/init.te
@@ -5,5 +5,4 @@ allow init tmpfs:lnk_file create_file_perms;
5 5
6# /config 6# /config
7allow init configfs:dir create_dir_perms; 7allow init configfs:dir create_dir_perms;
8allow init configfs:file w_file_perms; 8allow init configfs:{ file lnk_file } create_file_perms;
9allow init configfs:lnk_file create;