[Detail] New sepolicy path declared and also support legacy android. MTK-Commit-Id: 8982268bbef8f852c153428f1a5f83849953c7c2 Change-Id: Ic10f297a312ff2e89e44a0aa323ffa11bc78ff6e CR-Id: ALPS04767749 Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
15 lines
439 B
Plaintext
15 lines
439 B
Plaintext
# Date : WK17.12
|
|
# Purpose: Fix bootup fail
|
|
allow ueventd proc_net:file r_file_perms;
|
|
|
|
# Date: W17.22
|
|
# Operation : New Feature
|
|
# Purpose : Add for A/B system
|
|
allow ueventd device:chr_file { relabelfrom relabelto };
|
|
allow ueventd m_acc_misc_device:chr_file { relabelfrom relabelto };
|
|
allow ueventd m_mag_misc_device:chr_file { relabelfrom relabelto };
|
|
|
|
# Date: 2019/06/14
|
|
# Operation : Migration
|
|
allow ueventd tmpfs:lnk_file r_file_perms;
|