From: Adrian Szyndela Date: Fri, 23 Aug 2019 09:46:59 +0000 (+0200) Subject: policychecker: receiving signals without sender X-Git-Tag: submit/tizen/20190827.025238^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F212613%2F1;p=platform%2Fcore%2Fsystem%2Fdbus-tools.git 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 --- 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