-
Notifications
You must be signed in to change notification settings - Fork 268
Expand file tree
/
Copy pathapparmor_pam.xml
More file actions
43 lines (42 loc) · 1.78 KB
/
apparmor_pam.xml
File metadata and controls
43 lines (42 loc) · 1.78 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<!DOCTYPE chapter [
<!ENTITY % entities SYSTEM "generic-entities.ent">
%entities;
]>
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="cha-apparmor-pam">
<title>Confining Users with <systemitem>pam_apparmor</systemitem></title>
<info>
<meta name="description">Configure PAM AppArmor to confine users into subprofiles based on group and user names for enhanced security</meta>
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
<dm:bugtracker>
</dm:bugtracker>
</dm:docmanager>
<revhistory xml:id="rh-cha-apparmor-pam">
<revision>
<date>2026-04-09</date>
<revdescription>
<para/>
</revdescription>
</revision>
</revhistory>
</info>
<para>
An &aa; profile applies to an executable program; if a portion of the
program needs different access permissions than other portions need, the
program can change hats via change_hat to a different role, also known as
a subprofile. The <systemitem>pam_apparmor</systemitem> PAM module allows
applications to confine authenticated users into subprofiles based on
group names, user names, or a default profile. To accomplish this,
<systemitem>pam_apparmor</systemitem> needs to be registered as a PAM
session module.
</para>
<para>
The package <systemitem>pam_apparmor</systemitem> is not installed by
default, you can install it using &yast; or <command>zypper</command>.
Details about how to set up and configure
<systemitem>pam_apparmor</systemitem> can be found in
<filename>/usr/share/doc/packages/pam_apparmor/README</filename> after the
package has been installed. For details on PAM, refer to
<xref linkend="cha-pam"/>.
</para>
</chapter>