# ============================================== | |
# Common SEPolicy Rule | |
# ============================================== | |
# 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 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; |