From 2b9f40d4c87ab824df7503ed2e4f9732d6973053 Mon Sep 17 00:00:00 2001 From: Nehemiah Date: Thu, 16 Nov 2023 21:05:01 -0500 Subject: [PATCH] again --- duoqin/sepolicy/wephone.te | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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