diff options
| author | Jan Engelmohr <jan.engelmohr@mailbox.tu-dresden.de> | 2016-08-16 00:02:57 +0200 |
|---|---|---|
| committer | Jan Engelmohr <jan.engelmohr@mailbox.tu-dresden.de> | 2016-08-16 00:02:57 +0200 |
| commit | 27d23ae4b8ba7e4bbd34a06f8c2e17ac8fa535bf (patch) | |
| tree | ddad3e769e79b3222c61bb0f0e208c9993ca378f /sepolicy/launchpppoe.te | |
set up mt6753 device tree
Diffstat (limited to 'sepolicy/launchpppoe.te')
| -rwxr-xr-x | sepolicy/launchpppoe.te | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sepolicy/launchpppoe.te b/sepolicy/launchpppoe.te new file mode 100755 index 0000000..fc877a4 --- /dev/null +++ b/sepolicy/launchpppoe.te @@ -0,0 +1,19 @@ +# ============================================== +# Policy File of /system/bin/launchpppoe Executable File + +# ============================================== +# Type Declaration +# ============================================== +type launchpppoe, domain; +type launchpppoe_exec, exec_type, file_type; + +# ============================================== +# MTK Policy Rule +# ============================================== + + +# Date : WK14.38 +# Operation : Migration +# Purpose : transit to ppp directly since the resource are shared and serve the same purpose +domain_auto_trans(init, launchpppoe_exec, ppp) + |
