18 lines
504 B
Plaintext
Raw Permalink Normal View History

2022-08-14 15:07:12 +02:00
# ==============================================
# 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;