Merge "sepolicy: Fix potential avc denials"

This commit is contained in:
Treehugger Robot 2021-12-08 07:26:55 +00:00 committed by Gerrit Code Review
commit 69faf0b8d1

View file

@ -62,6 +62,7 @@ get_prop(mediaprovider_app, drm_service_config_prop)
allow mediaprovider_app gpu_device:dir search;
dontaudit mediaprovider_app sysfs_vendor_sched:dir search;
dontaudit mediaprovider_app sysfs_vendor_sched:file w_file_perms;
# bpfprog access for FUSE BPF
allow mediaprovider_app fs_bpf:dir search;