sm8150-common: sepolicy: Allow to contextmount /op1

Change-Id: I039efdae60adfd6a35fd3c25520b4f7858838f52
This commit is contained in:
LuK1337 2019-07-10 22:43:15 +02:00
parent c9a478b430
commit 3fb56dfbe3
1 changed files with 3 additions and 0 deletions

View File

@ -3,3 +3,6 @@ allow init { op1_file op2_file }:filesystem { mount relabelfrom relabelto };
# Allow init to mount on op1_file, op2_file
allow init { op1_file op2_file }:dir mounton;
# Allow to contextmount op1_file
allow op1_file self:filesystem associate;