commit | edfd68efe512352e2d22f5d9916a2b4e2ee0a489 | [log] [tgz] |
---|---|---|
author | Adam Shih <adamshih@google.com> | Tue Oct 22 16:38:08 2019 +0800 |
committer | Adam Shih <adamshih@google.com> | Thu Oct 24 14:33:38 2019 +0800 |
tree | 9d89ba4b3a2a9a38011b7db86395a25a03fba849 | |
parent | 0bedb3311cb31aabe971c21417b75e096dbaa7b9 [diff] [blame] |
Move mounting from devices to common place Bug: 130377452 Test: boot to home with firmware and persist image mounted Change-Id: I30e7dad45a94522a45e64dfb86363723d96bd4dc
diff --git a/common/file.te b/common/file.te new file mode 100644 index 0000000..7dc080d --- /dev/null +++ b/common/file.te
@@ -0,0 +1,4 @@ +type persist_file, file_type, vendor_persist_type; +type firmware_file, file_type, contextmount_type, vendor_file_type; + +allow firmware_file self:filesystem associate;