diff options
author | Luca Stefani <luca.stefani.ge1@gmail.com> | 2018-12-08 13:18:05 +0100 |
---|---|---|
committer | Ćukasz Patron <priv.luk@gmail.com> | 2019-10-10 15:27:25 +0200 |
commit | aad903552f9516652edb2d977ffa1609c97dab43 (patch) | |
tree | 0c9367a7b8d393f6f1fda9a47240a7c3f8354ec5 /common | |
parent | fbb21ceae438251576a78e259b6f7ffaec256f3c (diff) | |
download | android_device_lineage_sepolicy-aad903552f9516652edb2d977ffa1609c97dab43.tar.gz android_device_lineage_sepolicy-aad903552f9516652edb2d977ffa1609c97dab43.tar.bz2 android_device_lineage_sepolicy-aad903552f9516652edb2d977ffa1609c97dab43.zip |
sepolicy: Allow uncrypt to open OTA package as rw
* Needed after I4896ecbe0fc04374e01d006b1c8acdb932e5d16d
Change-Id: If15275e138f56a0d99cc91b772c713a705edc3df
Diffstat (limited to 'common')
-rw-r--r-- | common/private/uncrypt.te | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/private/uncrypt.te b/common/private/uncrypt.te new file mode 100644 index 0000000..0ad5611 --- /dev/null +++ b/common/private/uncrypt.te @@ -0,0 +1,2 @@ +# Read and execute IOCTLs on OTA zip file at /data/ota_package/. +allow uncrypt ota_package_file:file w_file_perms; |