* This simple patch fixes the output of sepolgen to match what Chris expects for upstream policy. @ 2010-03-12 17:50 Daniel J Walsh 2010-03-12 19:33 ` Karl MacMillan 2010-03-18 20:52 ` Joshua Brindle 0 siblings, 2 replies; 3+ messages in thread From: Daniel J Walsh @ 2010-03-12 17:50 UTC (permalink / raw) To: SELinux [-- Attachment #1: Type: text/plain, Size: 1 bytes --] [-- Attachment #2: sepolgen_allow.patch --] [-- Type: text/plain, Size: 545 bytes --] diff --git a/sepolgen/src/sepolgen/access.py b/sepolgen/src/sepolgen/access.py index 71121d7..3eda2fd 100644 --- a/sepolgen/src/sepolgen/access.py +++ b/sepolgen/src/sepolgen/access.py @@ -127,7 +127,7 @@ class AccessVector: return self.to_string() def to_string(self): - return "allow %s %s : %s %s;" % (self.src_type, self.tgt_type, + return "allow %s %s:%s %s;" % (self.src_type, self.tgt_type, self.obj_class, self.perms.to_space_str()) def __cmp__(self, other): ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: This simple patch fixes the output of sepolgen to match what Chris expects for upstream policy. 2010-03-12 17:50 This simple patch fixes the output of sepolgen to match what Chris expects for upstream policy Daniel J Walsh @ 2010-03-12 19:33 ` Karl MacMillan 2010-03-18 20:52 ` Joshua Brindle 1 sibling, 0 replies; 3+ messages in thread From: Karl MacMillan @ 2010-03-12 19:33 UTC (permalink / raw) To: Daniel J Walsh; +Cc: SELinux On Fri, Mar 12, 2010 at 12:50 PM, Daniel J Walsh <dwalsh@redhat.com> wrote: > > Acked-by: Karl MacMillan <kmacmillan@tresys.com> -- 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 [flat|nested] 3+ messages in thread
* Re: This simple patch fixes the output of sepolgen to match what Chris expects for upstream policy. 2010-03-12 17:50 This simple patch fixes the output of sepolgen to match what Chris expects for upstream policy Daniel J Walsh 2010-03-12 19:33 ` Karl MacMillan @ 2010-03-18 20:52 ` Joshua Brindle 1 sibling, 0 replies; 3+ messages in thread From: Joshua Brindle @ 2010-03-18 20:52 UTC (permalink / raw) To: Daniel J Walsh; +Cc: SELinux Merged in sepolgen 1.0.21 Daniel J Walsh wrote: > -- 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 [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-03-18 20:52 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-03-12 17:50 This simple patch fixes the output of sepolgen to match what Chris expects for upstream policy Daniel J Walsh 2010-03-12 19:33 ` Karl MacMillan 2010-03-18 20:52 ` Joshua Brindle
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.