device_google_gs-common/storage/sepolicy/init.te
Randall Huang 6cda4c1c19 storage: fix userdata_exp.ai partition selinux error
avc:  denied  { write } for  comm="init" name="sda34" dev="tmpfs" ino=1296 scontext=u:r:init:s0 tcontext=u:object_r:userdata_exp_block_device:s0 tclass=blk_file permissive=1

Bug: 361093433
Test: boot without issue
Change-Id: I0c74eb19172f39c44fc2ca61ba0bb8e38c808556
Signed-off-by: Randall Huang <huangrandall@google.com>
2025-01-21 08:58:19 +08:00

5 lines
166 B
Text

# init
allow init sysfs_scsi_devices_0000:file w_file_perms;
allow init userdata_exp_block_device:blk_file write;
dontaudit init intelligence_data_file:dir mounton;