All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] correct denies of inter system processes communication over named pipe
@ 2012-07-11 18:21 hqjiang
  2012-07-11 18:21 ` [PATCH] Correct denies of rpmsg device when accessing to remote processors hqjiang
  0 siblings, 1 reply; 3+ messages in thread
From: hqjiang @ 2012-07-11 18:21 UTC (permalink / raw)
  To: selinux; +Cc: sds, bill.c.roberts, hqjiang

---
 mediaserver.te |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/mediaserver.te b/mediaserver.te
index 97f8e5d..c6af603 100644
--- a/mediaserver.te
+++ b/mediaserver.te
@@ -28,3 +28,6 @@ allow mediaserver ion_device:chr_file rw_file_perms;
 
 # To use remote processor
 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;
-- 
1.7.0.4


--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-12 13:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-11 18:21 [PATCH] correct denies of inter system processes communication over named pipe hqjiang
2012-07-11 18:21 ` [PATCH] Correct denies of rpmsg device when accessing to remote processors hqjiang
2012-07-12 13:34   ` Stephen Smalley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.