diff --git a/sepolicy/vendor/init.te b/sepolicy/vendor/init.te index 3917f1fe..e79f1b13 100644 --- a/sepolicy/vendor/init.te +++ b/sepolicy/vendor/init.te @@ -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;