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,078 bytes parent folder | download | duplicates (3)
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: 'Disable Core Dumps'

description: |-
    A core dump file is the memory image of an executable
    program when it was terminated by the operating system due to
    errant behavior. In most cases, only software developers
    legitimately need to access these files. The core dump files may
    also contain sensitive information, or unnecessarily occupy large
    amounts of disk space.
    <br /><br />
    Once a hard limit is set in <tt>/etc/security/limits.conf</tt>, or
    to a file within the <tt>/etc/security/limits.d/</tt> directory, a
    user cannot increase that limit within his or her own session. If access
    to core dumps is required, consider restricting them to only
    certain users or groups. See the <tt>limits.conf</tt> man page for more
    information.
    <br /><br />
    The core dumps of setuid programs are further protected. The
    <tt>sysctl</tt> variable <tt>fs.suid_dumpable</tt> controls whether
    the kernel allows core dumps from these programs at all. The default
    value of 0 is recommended.