[apparmor] [PATCH 1/9] Fix comment about what state information is being dumped
John Johansen
john.johansen at canonical.com
Wed Nov 10 22:02:22 GMT 2010
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 << '}';
--
1.7.1
More information about the AppArmor
mailing list