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] [-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 -f restorecond_file
27 Use alternative restorecond.conf file.
28
29 -u Turns on user mode. Runs restorecond in the user session and
30 reads /etc/selinux/restorecond_user.conf. Uses dbus to make
31 sure only one restorecond is running per user session.
32
33 -v Turns on verbose debugging. (Report missing files)
34
35
37 This man page and program was written by Dan Walsh <dwalsh@redhat.com>.
38
39
41 /etc/selinux/restorecond.conf /etc/selinux/restorecond_user.conf
42
43
45 restorecon(8),
46
47
48
49 2002031409 restorecond(8)