This commit is contained in:
Nehemiah of Zebulun 2023-11-16 21:05:01 -05:00
parent 527400f497
commit 2b9f40d4c8

View File

@ -1,3 +1,5 @@
type wephone_exec, exec_type, file_type;
allow { appdomain shell } wephone:file { getattr read open execute execute_no_trans };
domain_auto_trans(init, wephone_exec);
allow { appdomain shell } wephone_exec:file { getattr read open execute execute_no_trans };