summaryrefslogtreecommitdiff
path: root/sepolicy
diff options
context:
space:
mode:
authorAdam Shih <adamshih@google.com>2019-12-06 11:36:45 +0800
committerAdam Shih <adamshih@google.com>2019-12-06 11:36:45 +0800
commit672fa500b68b0623ec345a750145948d9977fa36 (patch)
tree0352a07a4c5a207e46c598c577e290064ebc9741 /sepolicy
parent872fa7ece4e4a570eb2622aed5b85da29d622e0f (diff)
downloadwahoo-672fa500b68b0623ec345a750145948d9977fa36.tar.gz
allow init to create sdcard link file
Bug: 145779706 Test: boot to home with sdcard link file created Change-Id: I2f9542793dd79318100cf83fd9207af544b87039
Diffstat (limited to 'sepolicy')
-rw-r--r--sepolicy/vendor/init.te2
1 files changed, 0 insertions, 2 deletions
diff --git a/sepolicy/vendor/init.te b/sepolicy/vendor/init.te
index 0ecbfe5b..5aaeee73 100644
--- a/sepolicy/vendor/init.te
+++ b/sepolicy/vendor/init.te
@@ -1,5 +1,3 @@
-# symlink /sdcard to backing block
-allow init tmpfs:lnk_file create;
allow init configfs:lnk_file create;
allow init firmware_file:dir mounton;