Skip to content
Snippets Groups Projects
Commit cbc93626 authored by Inseob Kim's avatar Inseob Kim Committed by android-build-merger
Browse files

Merge "Suppress denial for ueventd to getattr"

am: 2c489685

Change-Id: Id1617e2d98be5bc10784337e7c2758843dfeb960
parents 52494add 2c489685
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,10 @@ recovery_only(`
allow ueventd rootfs:file { r_file_perms execute };
')
# Suppress denials for ueventd to getattr /postinstall. This occurs when the
# linker tries to resolve paths in ld.config.txt.
dontaudit ueventd postinstall_mnt_dir:dir getattr;
#####
##### neverallow rules
#####
......
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