From cbd686eb63dd2f37f2d53641fcd565ff4ac6900e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 7 Sep 2010 13:32:39 +0200 Subject: dumpsocket: removed unused sockaddr param in accept() call; s/perror/error/ Also removed unneeded casts and added and fixed comments Signed-off-by: Denys Vlasenko --- src/daemon/dumpsocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon/dumpsocket.h') diff --git a/src/daemon/dumpsocket.h b/src/daemon/dumpsocket.h index e5b79d60..88fe2446 100644 --- a/src/daemon/dumpsocket.h +++ b/src/daemon/dumpsocket.h @@ -22,7 +22,7 @@ Unix socket in ABRT daemon for creating new dump directories. Why to use socket for creating dump dirs? Security. When a Python -script throwns unexpected exception, ABRT handler catches it, running +script throws unexpected exception, ABRT handler catches it, running as a part of that broken Python application. The application is running with certain SELinux privileges, for example it can not execute other programs, or to create files in /var/cache or anything else required -- cgit