From 76686bcf11a366b08c878ba72bfc34a259224a91 Mon Sep 17 00:00:00 2001 From: Adrian Szyndela Date: Fri, 23 Aug 2019 11:46:59 +0200 Subject: [PATCH] policychecker: receiving signals without sender This allows specifying of checking rules for signals without specifying receive_sender. That is, it allows telling who can receive some kind of signals without telling who can send them. Without this change every receive checking rule needed receive_sender field. This change is analogous to sending signals without send_destination. Change-Id: Ifb0a596980631315d175b33460ad2579265c1e5e --- policychecker/rules.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policychecker/rules.xsl b/policychecker/rules.xsl index 188a572..7f20b0f 100644 --- a/policychecker/rules.xsl +++ b/policychecker/rules.xsl @@ -172,7 +172,7 @@ You mustn't use send_interface without send_destination or send_destination_prefix, unless you limit the rule to only signals with send_type="signal" - You mustn't use receive_interface without receive_sender + You mustn't use receive_interface without receive_sender -- 2.34.1