On Mon, Aug 25, 2014 at 05:06:13PM -0700, [email protected] wrote: > The shared node type will be used in the future to add new capabilities > > Signed-off-by: John Johansen <[email protected]> > Acked-by: Steve Beattie <[email protected]>
Acked-by: Seth Arnold <[email protected]> > +class MatchFlag: public AcceptNode { > +public: > + MatchFlag(uint32_t flag, uint32_t audit): flag(flag), audit(audit) { } > + ostream &dump(ostream &os) { return os << "< 0x" << hex << flag << '>'; > } > + > + uint32_t flag; > + uint32_t audit; > +}; Not introduced in this patch, but this will give output like "< 0xabcdedab>". The space after "<" but not before ">" is odd to me. :) Thanks
signature.asc
Description: Digital signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
