1updpwd_selinux(8) SELinux Policy updpwd updpwd_selinux(8)
2
3
4
6 updpwd_selinux - Security Enhanced Linux Policy for the updpwd pro‐
7 cesses
8
10 Security-Enhanced Linux secures the updpwd processes via flexible
11 mandatory access control.
12
13 The updpwd processes execute with the updpwd_t SELinux type. You can
14 check if you have these processes running by executing the ps command
15 with the -Z qualifier.
16
17 For example:
18
19 ps -eZ | grep updpwd_t
20
21
22
24 The updpwd_t SELinux type can be entered via the updpwd_exec_t file
25 type.
26
27 The default entrypoint paths for the updpwd_t domain are the following:
28
29 /sbin/tcb_convert, /sbin/unix_update, /sbin/tcb_unconvert,
30 /usr/sbin/tcb_convert, /usr/sbin/unix_update, /usr/sbin/tcb_unconvert,
31 /usr/sbin/pwhistory_helper, /usr/libexec/chkpwd/tcb_updpwd
32
34 SELinux defines process types (domains) for each process running on the
35 system
36
37 You can see the context of a process using the -Z option to ps
38
39 Policy governs the access confined processes have to files. SELinux
40 updpwd policy is very flexible allowing users to setup their updpwd
41 processes in as secure a method as possible.
42
43 The following process types are defined for updpwd:
44
45 updpwd_t
46
47 Note: semanage permissive -a updpwd_t can be used to make the process
48 type updpwd_t permissive. SELinux does not deny access to permissive
49 process types, but the AVC (SELinux denials) messages are still gener‐
50 ated.
51
52
54 SELinux policy is customizable based on least access required. updpwd
55 policy is extremely flexible and has several booleans that allow you to
56 manipulate the policy and run updpwd with the tightest access possible.
57
58
59
60 If you want to allow all domains to execute in fips_mode, you must turn
61 on the fips_mode boolean. Enabled by default.
62
63 setsebool -P fips_mode 1
64
65
66
67 If you want to allow Apache to use mod_auth_pam, you must turn on the
68 httpd_mod_auth_pam boolean. Disabled by default.
69
70 setsebool -P httpd_mod_auth_pam 1
71
72
73
74 If you want to allow nagios/nrpe to call sudo from NRPE utils scripts,
75 you must turn on the nagios_run_sudo boolean. Disabled by default.
76
77 setsebool -P nagios_run_sudo 1
78
79
80
81 If you want to allow system to run with NIS, you must turn on the
82 nis_enabled boolean. Disabled by default.
83
84 setsebool -P nis_enabled 1
85
86
87
89 The SELinux process type updpwd_t can manage files labeled with the
90 following file types. The paths listed are the default paths for these
91 file types. Note the processes UID still need to have DAC permissions.
92
93 krb5_host_rcache_t
94
95 /var/tmp/krb5_0.rcache2
96 /var/cache/krb5rcache(/.*)?
97 /var/tmp/nfs_0
98 /var/tmp/DNS_25
99 /var/tmp/host_0
100 /var/tmp/imap_0
101 /var/tmp/HTTP_23
102 /var/tmp/HTTP_48
103 /var/tmp/ldap_55
104 /var/tmp/ldap_487
105 /var/tmp/ldapmap1_0
106
107 shadow_t
108
109 /etc/tcb/.+/shadow.*
110 /etc/shadow.*
111 /etc/gshadow.*
112 /etc/nshadow.*
113 /var/db/shadow.*
114 /etc/security/opasswd
115 /etc/security/opasswd.old
116
117
119 SELinux requires files to have an extended attribute to define the file
120 type.
121
122 You can see the context of a file using the -Z option to ls
123
124 Policy governs the access confined processes have to these files.
125 SELinux updpwd policy is very flexible allowing users to setup their
126 updpwd processes in as secure a method as possible.
127
128 The following file types are defined for updpwd:
129
130
131
132 updpwd_exec_t
133
134 - Set files with the updpwd_exec_t type, if you want to transition an
135 executable to the updpwd_t domain.
136
137
138 Paths:
139 /sbin/tcb_convert, /sbin/unix_update, /sbin/tcb_unconvert,
140 /usr/sbin/tcb_convert, /usr/sbin/unix_update, /usr/sbin/tcb_uncon‐
141 vert, /usr/sbin/pwhistory_helper, /usr/libexec/chkpwd/tcb_updpwd
142
143
144 Note: File context can be temporarily modified with the chcon command.
145 If you want to permanently change the file context you need to use the
146 semanage fcontext command. This will modify the SELinux labeling data‐
147 base. You will need to use restorecon to apply the labels.
148
149
151 semanage fcontext can also be used to manipulate default file context
152 mappings.
153
154 semanage permissive can also be used to manipulate whether or not a
155 process type is permissive.
156
157 semanage module can also be used to enable/disable/install/remove pol‐
158 icy modules.
159
160 semanage boolean can also be used to manipulate the booleans
161
162
163 system-config-selinux is a GUI tool available to customize SELinux pol‐
164 icy settings.
165
166
168 This manual page was auto-generated using sepolicy manpage .
169
170
172 selinux(8), updpwd(8), semanage(8), restorecon(8), chcon(1), sepol‐
173 icy(8), setsebool(8)
174
175
176
177updpwd 22-05-27 updpwd_selinux(8)