diff options
-rw-r--r-- | security/commoncap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/commoncap.c b/security/commoncap.c index cf01b2eebb60..61669730da98 100644 --- a/security/commoncap.c +++ b/security/commoncap.c | |||
@@ -896,7 +896,6 @@ error: | |||
896 | */ | 896 | */ |
897 | int cap_syslog(int type, bool from_file) | 897 | int cap_syslog(int type, bool from_file) |
898 | { | 898 | { |
899 | /* /proc/kmsg can open be opened by CAP_SYS_ADMIN */ | ||
900 | if (type != SYSLOG_ACTION_OPEN && from_file) | 899 | if (type != SYSLOG_ACTION_OPEN && from_file) |
901 | return 0; | 900 | return 0; |
902 | if ((type != SYSLOG_ACTION_READ_ALL && | 901 | if ((type != SYSLOG_ACTION_READ_ALL && |