1GENHOMEDIRCON(8) SELinux GENHOMEDIRCON(8)
2
3
4
6 genhomedircon - generate SELinux file context configuration entries for
7 user home directories
8
10 genhomedircon is a script that executes semodule to rebuild the cur‐
11 rently active SELinux policy (without reloading it) and to create the
12 labels for each user home directory based on directory paths returned
13 by calls to getpwent().
14
15 The latter functionality depends on the "usepasswd" parameter being set
16 to "true" (default) in /etc/selinux/semanage.conf.
17
18 This script is usually executed by semanage although this default
19 behavior can be optionally modified by setting to "true" the "disable-
20 genhomedircon" in /etc/selinux/semanage.conf.
21
22 Directories can be excluded from the list of home directories by the
23 setting "ignoredirs" in /etc/selinux/semanage.conf.
24
25
27 This manual page was written by Dan Walsh <dwalsh@redhat.com>
28
29
31 semanage.conf(5), semodule(8), semanage(8), getpwent(3), getpwent_r(3)
32
33
34
35Security Enhanced Linux Sep 2011 GENHOMEDIRCON(8)