dect
/
linux-2.6
Archived
13
0
Fork 0

syslog: clean up needless comment

Drop my typoed comment as it is both unhelpful and redundant.

Signed-off-by: Kees Cook <kees.cook@canonical.com>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
Kees Cook 2010-02-04 14:28:06 -08:00 committed by James Morris
parent d78ca3cd73
commit f40a70861a
1 changed files with 0 additions and 1 deletions

View File

@ -896,7 +896,6 @@ error:
*/
int cap_syslog(int type, bool from_file)
{
/* /proc/kmsg can open be opened by CAP_SYS_ADMIN */
if (type != SYSLOG_ACTION_OPEN && from_file)
return 0;
if ((type != SYSLOG_ACTION_READ_ALL &&