[apparmor] [PATCH 1/2] Provide a more user friendly error message when cache is requested and fails to be created. Also don't make the warning output conditional on the showcache flag as we should be showing warning/errors by default.

John Johansen john.johansen at canonical.com
Fri Oct 7 09:54:55 UTC 2011


Signed-off-by: John Johansen <john.johansen at canonical.com>
---
 parser/parser_main.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/parser/parser_main.c b/parser/parser_main.c
index a255bf5..721582d 100644
--- a/parser/parser_main.c
+++ b/parser/parser_main.c
@@ -1007,8 +1007,7 @@ out:
 		}
 		else {
 			unlink(cachetemp);
-			if (show_cache)
-				PERROR("Removed cache attempt: %s\n", cachetemp);
+			PERROR("Warning failed to create cache: %s\n", basename);
 		}
 		free(cachetemp);
 	}
-- 
1.7.5.4




More information about the AppArmor mailing list