6a2138f239
Make user restorecond systemd service consistent with restorecond_user.conf file used by `restorecond -u` Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
10 lines
277 B
Desktop File
10 lines
277 B
Desktop File
[Unit]
|
|
Description=Restorecon maintaining path file context (user service)
|
|
Documentation=man:restorecond(8)
|
|
ConditionPathExists=/etc/selinux/restorecond_user.conf
|
|
ConditionSecurity=selinux
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.selinux.Restorecond
|
|
ExecStart=/usr/sbin/restorecond -u
|