[apparmor] [PATCH 1/9] Fix comment about what state information is being dumped

Steve Beattie steve at nxnw.org
Wed Nov 10 22:41:25 GMT 2010


On Wed, Nov 10, 2010 at 02:02:22PM -0800, John Johansen wrote:
> Signed-off-by: John Johansen <john.johansen at canonical.com>
> ---
>  parser/libapparmor_re/regexp.y |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/parser/libapparmor_re/regexp.y b/parser/libapparmor_re/regexp.y
> index 88497ec..82e9bb5 100644
> --- a/parser/libapparmor_re/regexp.y
> +++ b/parser/libapparmor_re/regexp.y
> @@ -1410,7 +1410,7 @@ State() : label (0), audit(0), accept(0), cases() { }
>  
>  ostream& operator<<(ostream& os, const State& state)
>  {
> -	/* currently just dump the state ptr */
> +	/* dump the state label */
>  	os << '{';
>  	os << state.label;
>  	os << '}';

ACK

-- 
Steve Beattie
<sbeattie at ubuntu.com>
http://NxNW.org/~steve/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
Url : https://lists.ubuntu.com/archives/apparmor/attachments/20101110/b5139ac5/attachment.pgp 


More information about the AppArmor mailing list