Some rules is no need any more, need to remove it. MTK-Commit-Id: 49685f1299d990a7195a2d54b955517d8f2cc699 Change-Id: I4a590ad781589cf94989ce72c88751ac10b82eae CR-Id: ALPS03982747 Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
40 lines
863 B
Plaintext
Executable File
40 lines
863 B
Plaintext
Executable File
# ==============================================
|
|
# MTK Policy Rule
|
|
# ==============================================
|
|
|
|
|
|
|
|
# Date : WK14.34
|
|
# Operation : Migration
|
|
# Purpose: for VPN
|
|
|
|
allow ppp init:unix_stream_socket connectto;
|
|
allow ppp property_socket:sock_file write;
|
|
|
|
# Date : WK14.37
|
|
# Operation : Migration
|
|
# Purpose: for PPPOE Test
|
|
|
|
allow ppp devpts:chr_file { read write ioctl open setattr };
|
|
allow ppp shell_exec:file { read execute open execute_no_trans };
|
|
|
|
|
|
# Date : WK14.37
|
|
# Operation : Migration
|
|
# Purpose: for PPPOE Test: Property permission
|
|
|
|
allow ppp net_radio_prop:property_service set;
|
|
allow ppp system_prop:property_service set;
|
|
|
|
|
|
# Date : WK14.38
|
|
# Operation : Migration
|
|
# Purpose: for PPPOE Test
|
|
|
|
allow ppp ppp_exec:file execute_no_trans;
|
|
|
|
# Date : WK14.53
|
|
# Operation : check in
|
|
# Purpose: for warning kernel API
|
|
allow ppp mtp:file read;
|