blob: fc877a4208eaf241c6db5f4baf9066cf74ec869f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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)
|