blob: bca40bbccf04ad1fc85644836d66f247279c3169 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# ====================================
# MTK Policy Rule
# ====================================
# Date: 2014/09/15
# Operation: [Pre-SQC] Hotspot Manager cannot communicate with framework
# Purpose: Add socket write permission for hostapd
allow hostapd system_wpa_socket:sock_file write;
# Date: 2014/10/13
# Operation: [L-SQC] SELinux warning during whole chip reset
# Purpose: kernel module netdev-ap0 gets invalid during whole chip reset, no impact to normal flow, dontaudit
dontaudit hostapd kernel:system module_request;
|