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 (25 lines) | stat: -rw-r--r-- 1,197 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
24
25
documentation_complete: true

title: AppArmor

description: |-
    Many security vulnerabilities result from bugs in trusted programs. A trusted
    program runs with privileges that attackers want to possess. The program fails
    to keep that trust if there is a bug in the program that allows the attacker to
    acquire said privilege.
    <br /><br />
    AppArmorĀ® is an application security solution designed specifically to apply
    privilege confinement to suspect programs. AppArmor allows the administrator to
    specify the domain of activities the program can perform by developing a
    security profile. A security profile is a listing of files that the program may
    access and the operations the program may perform. AppArmor secures
    applications by enforcing good application behavior without relying on attack
    signatures, so it can prevent attacks even if previously unknown
    vulnerabilities are being exploited.
    {{% if 'sle' in product %}}
    <br /><br />
    For more information on using AppArmor, see
    {{{ weblink(link="https://www.suse.com/documentation/sles-12/book_security/data/cha_apparmor_intro.html") }}}.
    {{% endif %}}

platform: machine