Skip to content
Snippets Groups Projects
Commit 3588ddd0 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

webview_zygote: allow listing dirs in /system

For consistency with zygote, allow webview_zygote to list directories
in /system.

Test: Boot Taimen. Verify webiew_zygote denials during boot.
Bug: 70857705
Change-Id: I27eb18c377a5240d7430abf301c1c3af61704d59
parent ff3b957e
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,9 @@ selinux_check_context(webview_zygote)
# Check SELinux permissions.
selinux_check_access(webview_zygote)
# Directory listing in /system.
allow zygote system_file:dir r_dir_perms;
#####
##### Neverallow
#####
......
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