sm8150-common: sepolicy: Allow to contextmount /op1
Change-Id: I039efdae60adfd6a35fd3c25520b4f7858838f52
This commit is contained in:
parent
c9a478b430
commit
3fb56dfbe3
|
@ -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 to mount on op1_file, op2_file
|
||||||
allow init { op1_file op2_file }:dir mounton;
|
allow init { op1_file op2_file }:dir mounton;
|
||||||
|
|
||||||
|
# Allow to contextmount op1_file
|
||||||
|
allow op1_file self:filesystem associate;
|
||||||
|
|
Loading…
Reference in New Issue