Skip to content
Snippets Groups Projects
Commit d8612dee authored by Inseob Kim's avatar Inseob Kim
Browse files

Suppress denial for ueventd to getattr

From now on, linker will resolve dir.${section} paths of ld.config.txt.
This is added to suppress SELinux denial during resolving /postinstall.

Bug: http://b/80422611
Test: on taimen m -j, logcat | grep denied, atest on bionic/linker/tests
Change-Id: I12c2bb76d71ae84055b5026933dcaa6ef2808590
parent e0637cfc
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