Skip to content

Commit 6a2138f

Browse files
committed
restorecond: Rename restorecond-user.service to restorecond_user.service
Make user restorecond systemd service consistent with restorecond_user.conf file used by `restorecond -u` Signed-off-by: Petr Lautrbach <[email protected]>
1 parent 6036658 commit 6a2138f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

restorecond/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ install: all
5151
-mkdir -p $(DESTDIR)$(SYSTEMDDIR)/system
5252
install -m 644 restorecond.service $(DESTDIR)$(SYSTEMDDIR)/system/
5353
-mkdir -p $(DESTDIR)$(SYSTEMDDIR)/user
54-
install -m 644 restorecond-user.service $(DESTDIR)$(SYSTEMDDIR)/user/
54+
install -m 644 restorecond_user.service $(DESTDIR)$(SYSTEMDDIR)/user/
5555
relabel: install
5656
/sbin/restorecon $(DESTDIR)$(SBINDIR)/restorecond
5757

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[D-BUS Service]
22
Name=org.selinux.Restorecond
33
Exec=/usr/sbin/restorecond -u
4-
SystemdService=restorecond-user.service
4+
SystemdService=restorecond_user.service
File renamed without changes.

0 commit comments

Comments
 (0)