From 0d862845c4462754ed3951bcac8ddb65f64d4f2a Mon Sep 17 00:00:00 2001 From: Randall Huang Date: Tue, 14 Feb 2023 16:25:54 +0800 Subject: [PATCH] Storage: fix init avc denials Bug: 262794360 Test: boot to home Change-Id: Ic99d1430f7d4a9a449598152f51327ac13d192f1 Signed-off-by: Randall Huang --- storage/sepolicy/init.te | 1 + 1 file changed, 1 insertion(+) create mode 100644 storage/sepolicy/init.te diff --git a/storage/sepolicy/init.te b/storage/sepolicy/init.te new file mode 100644 index 0000000..7070318 --- /dev/null +++ b/storage/sepolicy/init.te @@ -0,0 +1 @@ +allow init sysfs_scsi_devices_0000:file w_file_perms;