1restorecond(8) restorecond(8)
2
3
4
6 restorecond - daemon that watches for file creation and then sets the
7 default SELinux file context
8
9
11 restorecond [-d] [-h] [-f restorecond_file ] [-u] [-v]
12
14 This manual page describes the restorecond program.
15
16 This daemon uses inotify to watch files listed in the
17 /etc/selinux/restorecond.conf, when they are created, this daemon will
18 make sure they have the correct file context associated with the pol‐
19 icy.
20
21
23 -d Turns on debugging mode. Application will stay in the fore‐
24 ground and lots of debugs messages start printing.
25
26 -h Print usage statement.
27
28 -f restorecond_file
29 Use alternative restorecond.conf file.
30
31 -u Turns on user mode. Runs restorecond in the user session and
32 reads /etc/selinux/restorecond_user.conf. Uses dbus to make
33 sure only one restorecond is running per user session.
34
35 -v Turns on verbose debugging. (Report missing files)
36
37
39 This man page and program was written by Dan Walsh <dwalsh@redhat.com>.
40
41
43 /etc/selinux/restorecond.conf /etc/selinux/restorecond_user.conf
44
45
47 restorecon(8),
48
49
50
51 2002031409 restorecond(8)