diff --git a/duoqin/sepolicy/wephone.te b/duoqin/sepolicy/wephone.te index 0952c52..9c9af83 100644 --- a/duoqin/sepolicy/wephone.te +++ b/duoqin/sepolicy/wephone.te @@ -1,3 +1,5 @@ type wephone_exec, exec_type, file_type; -allow { appdomain shell } wephone:file { getattr read open execute execute_no_trans }; \ No newline at end of file +domain_auto_trans(init, wephone_exec); + +allow { appdomain shell } wephone_exec:file { getattr read open execute execute_no_trans }; \ No newline at end of file