File: group.yml

package info (click to toggle)
scap-security-guide 0.1.78-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 114,600 kB
  • sloc: xml: 245,305; sh: 84,381; python: 33,093; makefile: 27
file content (23 lines) | stat: -rw-r--r-- 1,037 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
documentation_complete: true

title: 'Configure Syslog'

description: |-
    The syslog service has been the default Unix logging mechanism for
    many years. It has a number of downsides, including inconsistent log format,
    lack of authentication for received messages, and lack of authentication,
    encryption, or reliable transport for messages sent over a network. However,
    due to its long history, syslog is a de facto standard which is supported by
    almost all Unix applications.
    <br />
    <br />
    In {{{ full_name }}}, rsyslog has replaced ksyslogd as the
    syslog daemon of choice, and it includes some additional security features
    such as reliable, connection-oriented (i.e. TCP) transmission of logs, the
    option to log to database formats, and the encryption of log data en route to
    a central logging server.
    This section discusses how to configure rsyslog for
    best effect, and how to use tools provided with the system to maintain and
    monitor logs.

platform: system_with_kernel