Skip to content
Snippets Groups Projects
Commit 51373ec7 authored by Leo Liou's avatar Leo Liou
Browse files

Add selinux policy for ext4 fs-verity feature

avc: denied { read } for comm="init" name="verity" dev="sysfs" ino=44746
scontext=u:r:init:s0 tcontext=u:object_r:sysfs_fs_ext4_features:s0 tclass=file
permissive=0

Bug: 117437571
Test: bootable for phone projects
Change-Id: I4c53e03ec55c2064f1b23c0cbd0302de3f8aa38e
parent 1bbda7e6
No related branches found
No related tags found
No related merge requests found
...@@ -356,6 +356,7 @@ allow init { ...@@ -356,6 +356,7 @@ allow init {
allow init { allow init {
sysfs_dt_firmware_android sysfs_dt_firmware_android
sysfs_fs_ext4_features
}:file r_file_perms; }:file r_file_perms;
allow init { allow init {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment