Skip to content
Snippets Groups Projects
Commit e1c545d8 authored by hqjiang's avatar hqjiang Committed by Stephen Smalley
Browse files

correct denies of inter system processes communication over named pipe

parent ee5f4005
No related branches found
No related tags found
No related merge requests found
...@@ -28,3 +28,6 @@ allow mediaserver ion_device:chr_file rw_file_perms; ...@@ -28,3 +28,6 @@ allow mediaserver ion_device:chr_file rw_file_perms;
# To use remote processor # To use remote processor
allow mediaserver rpmsg_device:chr_file rw_file_perms; allow mediaserver rpmsg_device:chr_file rw_file_perms;
# Inter System processes communicate over named pipe (FIFO)
allow mediaserver system:fifo_file r_file_perms;
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